Html Css Color HEX #24829E Scooter

📋 copy color: '#24829E'

red 36 ◦ green 130 ◦ blue 158

#24829E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #24829E

Tints of Scooter #24829E

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 value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24829E (or 0x24829E) is known color: 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

RGB 36 130 158 -
CMYK 0.77 0.18 0 0.38
HSL 193.77º 0.63% 0.38% -
HSV(B) 193.77º 0.77% 0.62% -
XYZ 14.88 18.81 35.19 -
YUV 105.09 157.86 78.72 -
System Red Green Blue C M Y K H S L
Decimal 36 130 158 0.77 0.18 0 0.38 193.77 0.63 0.38
Hex 24 82 9E 4D 12 0 26 C2 3F 26
Octal 44 202 236 115 22 0 46 302 77 46
Binary 100100 10000010 10011110 1001101 10010 0 100110 11000010 111111 100110

Color Harmonies of #24829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24829E

Black with #24829E

Text Example


Text Example

White with #24829E

Text Example


Text Example

HTML Codes & Css Web 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>