#24849D

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

Shades of Scooter #24849D

Tints of Scooter #24849D

Color information

#24849D (or 0x24849D) is unknown color: approx Scooter. HEX triplet: 24, 84 and 9D. RGB value is (36,132,157). Sum of RGB (Red+Green+Blue) = 36+132+157=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #24849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24849D is #DB7B62. Grayscale: #696969. Windows color (decimal): -14383971 or 10322980. OLE color: 10322980.

HSL color Cylindrical-coordinate representation of color #24849D: hue angle of 192.4º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24849D is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36132157-
CMYK0.770.1600.38
HSL192.4º62.69%37.84%-
HSV(B)192.4º77.07%61.57%-
XYZ15.0619.3134.83-
YUV106.15156.777.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.08%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=11.08%
G=40.62%
B=48.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361321570.770.1600.38192.462.6937.84
Hex24849D4D10026c03f26
Octal44204235115200463007746
Binary1001001000010010011101100110110000010011011000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24849D; }

 p { color: rgb(36,132,157); }

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

<style>
 a { background-color: #24849D; }

 a { background-color: rgb(36,132,157); }

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

<style>
 span { border-color: #24849D; }

 span { border-color: rgb(36,132,157); }

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