#267F94

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

Shades of Scooter #267F94

Tints of Scooter #267F94

Color information

#267F94 (or 0x267F94) is unknown color: approx Scooter. HEX triplet: 26, 7F and 94. RGB value is (38,127,148). Sum of RGB (Red+Green+Blue) = 38+127+148=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #267F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267F94 is #D9806B. Grayscale: #666666. Windows color (decimal): -14254188 or 9731878. OLE color: 9731878.

HSL color Cylindrical-coordinate representation of color #267F94: hue angle of 191.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267F94 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB38127148-
CMYK0.740.1400.42
HSL191.45º59.14%36.47%-
HSV(B)191.45º74.32%58.04%-
XYZ13.7317.7330.72-
YUV102.78153.5181.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=12.14%
G=40.58%
B=47.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381271480.740.1400.42191.4559.1436.47
Hex267F944AE02Abf3b24
Octal46177224112160522777344
Binary10011011111111001010010010101110010101010111111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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