Html Css Color HEX #24204D Paua

📋 copy color: '#24204D'

red 36 ◦ green 32 ◦ blue 77

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

Shades of Paua #24204D

Tints of Paua #24204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 77 (30.47% from 255) = 53.1%

R = 24.83%
G = 22.07%
B = 53.1%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24204D (or 0x24204D) is known color: Paua. HEX triplet: 24, 20 and 4D. RGB value is (36,32,77). Sum of RGB (Red+Green+Blue) = 36+32+77=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #24204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24204D is #DBDFB2. Grayscale: #262626. Windows color (decimal): -14409651 or 5054500. OLE color: 5054500.

HSL color Cylindrical-coordinate representation of color #24204D: hue angle of 245.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24204D is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 32 77 -
CMYK 0.53 0.58 0 0.70
HSL 245.33º 0.41% 0.21% -
HSV(B) 245.33º 0.58% 0.3% -
XYZ 2.58 1.94 7.26 -
YUV 38.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 36 32 77 0.53 0.58 0 0.70 245.33 0.41 0.21
Hex 24 20 4D 35 3A 0 46 F5 29 15
Octal 44 40 115 65 72 0 106 365 51 25
Binary 100100 100000 1001101 110101 111010 0 1000110 11110101 101001 10101

Color Harmonies of #24204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24204D

Black with #24204D

Text Example


Text Example

White with #24204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24204D; }

 p { color: rgb(36,32,77); }

 H1.HeaderClassName
 {
   color: #24204D;
 }
 .AnyTagClassName
 {
   color: #24204D;
 }
</style>

background-color css

<style>
 a { background-color: #24204D; }

 a { background-color: rgb(36,32,77); }

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

border-color css

<style>
 span { border-color: #24204D; }

 span { border-color: rgb(36,32,77); }

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