#24899A

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

Shades of Scooter #24899A

Tints of Scooter #24899A

Color information

#24899A (or 0x24899A) is unknown color: approx Scooter. HEX triplet: 24, 89 and 9A. RGB value is (36,137,154). Sum of RGB (Red+Green+Blue) = 36+137+154=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #24899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24899A is #DB7665. Grayscale: #6C6C6C. Windows color (decimal): -14382694 or 10127652. OLE color: 10127652.

HSL color Cylindrical-coordinate representation of color #24899A: hue angle of 188.64º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24899A is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36137154-
CMYK0.770.1100.40
HSL188.64º62.11%37.25%-
HSV(B)188.64º76.62%60.39%-
XYZ15.5120.633.73-
YUV108.74153.5476.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.01%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=11.01%
G=41.90%
B=47.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361371540.770.1100.40188.6462.1137.25
Hex24899A4DB028bd3e25
Octal44211232115130502757645
Binary100100100010011001101010011011011010100010111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24899A; }

 p { color: rgb(36,137,154); }

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

<style>
 a { background-color: #24899A; }

 a { background-color: rgb(36,137,154); }

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

<style>
 span { border-color: #24899A; }

 span { border-color: rgb(36,137,154); }

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