#24829E

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

Shades of Scooter #24829E

Tints of Scooter #24829E

Color information

#24829E (or 0x24829E) is unknown color: approx Scooter. HEX triplet: 24, 82 and 9E. RGB value is (36,130,158). Sum of RGB (Red+Green+Blue) = 36+130+158=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #24829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24829E is #DB7D61. Grayscale: #686868. Windows color (decimal): -14384482 or 10388004. OLE color: 10388004.

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

Color convert

RGB36130158-
CMYK0.770.1800.38
HSL193.77º62.89%38.04%-
HSV(B)193.77º77.22%61.96%-
XYZ14.8818.8135.19-
YUV105.09157.8678.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.11%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=11.11%
G=40.12%
B=48.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361301580.770.1800.38193.7762.8938.04
Hex24829E4D12026c23f26
Octal44202236115220463027746
Binary1001001000001010011110100110110010010011011000010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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