#267F97

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

Shades of Scooter #267F97

Tints of Scooter #267F97

Color information

#267F97 (or 0x267F97) is unknown color: approx Scooter. HEX triplet: 26, 7F and 97. RGB value is (38,127,151). Sum of RGB (Red+Green+Blue) = 38+127+151=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #267F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267F97 is #D98068. Grayscale: #666666. Windows color (decimal): -14254185 or 9928486. OLE color: 9928486.

HSL color Cylindrical-coordinate representation of color #267F97: hue angle of 192.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267F97 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38127151-
CMYK0.750.1600.41
HSL192.74º59.79%37.06%-
HSV(B)192.74º74.83%59.22%-
XYZ13.9717.8331.98-
YUV103.12155.0181.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 151 (59.38% from 255) = 47.78%
R=12.03%
G=40.19%
B=47.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381271510.750.1600.41192.7459.7937.06
Hex267F974B10029c13c25
Octal46177227113200513017445
Binary100110111111110010111100101110000010100111000001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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