Html Css Color HEX #24829A Scooter

📋 copy color: '#24829A'

red 36 ◦ green 130 ◦ blue 154

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

Shades of Scooter #24829A

Tints of Scooter #24829A

RGB

 RED value IS 36 (14.45% from 255) = 11.25%

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 11.25%
G = 40.63%
B = 48.13%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24829A (or 0x24829A) is known color: Scooter. HEX triplet: 24, 82 and 9A. RGB value is (36,130,154). Sum of RGB (Red+Green+Blue) = 36+130+154=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #24829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24829A is #DB7D65. Grayscale: #686868. Windows color (decimal): -14384486 or 10125860. OLE color: 10125860.

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

Color convert

RGB 36 130 154 -
CMYK 0.77 0.16 0 0.40
HSL 192.2º 0.62% 0.37% -
HSV(B) 192.2º 0.77% 0.6% -
XYZ 14.54 18.67 33.41 -
YUV 104.63 155.86 79.05 -
System Red Green Blue C M Y K H S L
Decimal 36 130 154 0.77 0.16 0 0.40 192.2 0.62 0.37
Hex 24 82 9A 4D 10 0 28 C0 3E 25
Octal 44 202 232 115 20 0 50 300 76 45
Binary 100100 10000010 10011010 1001101 10000 0 101000 11000000 111110 100101

Color Harmonies of #24829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24829A

Black with #24829A

Text Example


Text Example

White with #24829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24829A;
 }
 .AnyTagClassName
 {
   color: #24829A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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