#267FAA

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

Shades of Scooter #267FAA

Tints of Scooter #267FAA

Color information

#267FAA (or 0x267FAA) is unknown color: approx Scooter. HEX triplet: 26, 7F and AA. RGB value is (38,127,170). Sum of RGB (Red+Green+Blue) = 38+127+170=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #267FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267FAA is #D98055. Grayscale: #696969. Windows color (decimal): -14254166 or 11173670. OLE color: 11173670.

HSL color Cylindrical-coordinate representation of color #267FAA: hue angle of 199.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #267FAA is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38127170-
CMYK0.780.2500.33
HSL199.55º63.46%40.78%-
HSV(B)199.55º77.65%66.67%-
XYZ15.6418.4940.78-
YUV105.29164.5180-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.34%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=11.34%
G=37.91%
B=50.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381271700.780.2500.33199.5563.4640.78
Hex267FAA4E19021c83f29
Octal46177252116310413107751
Binary100110111111110101010100111011001010000111001000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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