#267D99

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

Shades of Scooter #267D99

Tints of Scooter #267D99

Color information

#267D99 (or 0x267D99) is unknown color: approx Scooter. HEX triplet: 26, 7D and 99. RGB value is (38,125,153). Sum of RGB (Red+Green+Blue) = 38+125+153=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #267D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D99 is #D98266. Grayscale: #656565. Windows color (decimal): -14254695 or 10059046. OLE color: 10059046.

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

Color convert

RGB38125153-
CMYK0.750.1800.4
HSL194.61º60.21%37.45%-
HSV(B)194.61º75.16%60%-
XYZ13.8817.3832.76-
YUV102.18156.6882.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=12.03%
G=39.56%
B=48.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381251530.750.1800.4194.6160.2137.45
Hex267D994B12028c33c25
Octal46175231113220503037445
Binary100110111110110011001100101110010010100011000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,125,153); }

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

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

 a { background-color: rgb(38,125,153); }

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

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

 span { border-color: rgb(38,125,153); }

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