Html Css Color HEX #24829C Scooter

📋 copy color: '#24829C'

red 36 ◦ green 130 ◦ blue 156

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

Shades of Scooter #24829C

Tints of Scooter #24829C

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

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

RGB 36 130 156 -
CMYK 0.77 0.17 0 0.39
HSL 193º 0.63% 0.38% -
HSV(B) 193º 0.77% 0.61% -
XYZ 14.71 18.74 34.29 -
YUV 104.86 156.86 78.89 -
System Red Green Blue C M Y K H S L
Decimal 36 130 156 0.77 0.17 0 0.39 193 0.63 0.38
Hex 24 82 9C 4D 11 0 27 C1 3E 26
Octal 44 202 234 115 21 0 47 301 76 46
Binary 100100 10000010 10011100 1001101 10001 0 100111 11000001 111110 100110

Color Harmonies of #24829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24829C

Black with #24829C

Text Example


Text Example

White with #24829C

Text Example


Text Example

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