#24869B

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

Shades of Scooter #24869B

Tints of Scooter #24869B

Color information

#24869B (or 0x24869B) is unknown color: approx Scooter. HEX triplet: 24, 86 and 9B. RGB value is (36,134,155). Sum of RGB (Red+Green+Blue) = 36+134+155=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #24869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24869B is #DB7964. Grayscale: #6A6A6A. Windows color (decimal): -14383461 or 10192420. OLE color: 10192420.

HSL color Cylindrical-coordinate representation of color #24869B: hue angle of 190.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24869B is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB36134155-
CMYK0.770.1400.39
HSL190.59º62.3%37.45%-
HSV(B)190.59º76.77%60.78%-
XYZ15.1719.7934.03-
YUV107.09155.0377.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.08%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=11.08%
G=41.23%
B=47.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361341550.770.1400.39190.5962.337.45
Hex24869B4DE027bf3e25
Octal44206233115160472777645
Binary100100100001101001101110011011110010011110111111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24869B; }

 p { color: rgb(36,134,155); }

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

<style>
 a { background-color: #24869B; }

 a { background-color: rgb(36,134,155); }

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

<style>
 span { border-color: #24869B; }

 span { border-color: rgb(36,134,155); }

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