#24869E

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

Shades of Scooter #24869E

Tints of Scooter #24869E

Color information

#24869E (or 0x24869E) is unknown color: approx Scooter. HEX triplet: 24, 86 and 9E. RGB value is (36,134,158). Sum of RGB (Red+Green+Blue) = 36+134+158=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #24869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24869E is #DB7961. Grayscale: #6B6B6B. Windows color (decimal): -14383458 or 10389028. OLE color: 10389028.

HSL color Cylindrical-coordinate representation of color #24869E: hue angle of 191.8º 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 #24869E is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36134158-
CMYK0.770.1500.38
HSL191.8º62.89%38.04%-
HSV(B)191.8º77.22%61.96%-
XYZ15.4219.8935.37-
YUV107.43156.5377.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.98%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=10.98%
G=40.85%
B=48.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361341580.770.1500.38191.862.8938.04
Hex24869E4DF026c03f26
Octal44206236115170463007746
Binary100100100001101001111010011011111010011011000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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