#24829C

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

Shades of Scooter #24829C

Tints of Scooter #24829C

Color information

#24829C (or 0x24829C) is unknown color: approx Scooter. HEX triplet: 24, 82 and 9C. RGB value is (36,130,156). Sum of RGB (Red+Green+Blue) = 36+130+156=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #24829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24829C is #DB7D63. Grayscale: #686868. Windows color (decimal): -14384484 or 10256932. OLE color: 10256932.

HSL color Cylindrical-coordinate representation of color #24829C: hue angle of 193º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24829C is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB36130156-
CMYK0.770.1700.39
HSL193º62.5%37.65%-
HSV(B)193º76.92%61.18%-
XYZ14.7118.7434.29-
YUV104.86156.8678.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.18%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=11.18%
G=40.37%
B=48.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361301560.770.1700.3919362.537.65
Hex24829C4D11027c13e26
Octal44202234115210473017646
Binary1001001000001010011100100110110001010011111000001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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