#24869a

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

Shades of Scooter #24869A

Tints of Scooter #24869A

Color information

#24869A (or 0x24869A) is unknown color: approx Scooter. HEX triplet: 24, 86 and 9A. RGB value is (36,134,154). Sum of RGB (Red+Green+Blue) = 36+134+154=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #24869A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24869A is #DB7965. Grayscale: #6A6A6A. Windows color (decimal): -14383462 or 10126884. OLE color: 10126884.

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

Color convert

RGB36134154-
CMYK0.770.1300.40
HSL190.17º62.11%37.25%-
HSV(B)190.17º76.62%60.39%-
XYZ15.0919.7633.59-
YUV106.98154.5377.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.11%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=11.11%
G=41.36%
B=47.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361341540.770.1300.40190.1762.1137.25
Hex24869A4DD028be3e25
Octal44206232115150502767645
Binary100100100001101001101010011011101010100010111110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24869a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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