#267FA7

Color #267FA7 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #267FA7

Tints of Scooter #267FA7

Color information

#267FA7 (or 0x267FA7) is unknown color: approx Scooter. HEX triplet: 26, 7F and A7. RGB value is (38,127,167). Sum of RGB (Red+Green+Blue) = 38+127+167=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #267FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267FA7 is #D98058. Grayscale: #686868. Windows color (decimal): -14254169 or 10977062. OLE color: 10977062.

HSL color Cylindrical-coordinate representation of color #267FA7: hue angle of 198.6º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #267FA7 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38127167-
CMYK0.770.2400.35
HSL198.6º62.93%40.2%-
HSV(B)198.6º77.25%65.49%-
XYZ15.3618.3839.3-
YUV104.95163.0180.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 11.45%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 167 (65.62% from 255) = 50.30%
R=11.45%
G=38.25%
B=50.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381271670.770.2400.35198.662.9340.2
Hex267FA74D18023c73f28
Octal46177247115300433077750
Binary100110111111110100111100110111000010001111000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267FA7; }

 p { color: rgb(38,127,167); }

 H1.HeaderClassName
 {
   color: #267FA7;
 }
 .AnyTagClassName
 {
   color: #267FA7;
 }
</style>
background-color css

<style>
 a { background-color: #267FA7; }

 a { background-color: rgb(38,127,167); }

 div.DivClassName
 {
   background-color: #267FA7;
 }
 .BgClassName
 {
   background-color: #267FA7;
 }
</style>
border-color css

<style>
 span { border-color: #267FA7; }

 span { border-color: rgb(38,127,167); }

 td.TdClassName
 {
   border-color: #267FA7;
 }
 .TagClassName
 {
   border-color: #267FA7;
 }
</style>