Html Css Color HEX #24204E Paua

📋 copy color: '#24204E'

red 36 ◦ green 32 ◦ blue 78

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

Shades of Paua #24204E

Tints of Paua #24204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 53.42%

R = 24.66%
G = 21.92%
B = 53.42%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#24204E (or 0x24204E) is known color: Paua. HEX triplet: 24, 20 and 4E. RGB value is (36,32,78). Sum of RGB (Red+Green+Blue) = 36+32+78=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #24204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24204E is #DBDFB1. Grayscale: #262626. Windows color (decimal): -14409650 or 5120036. OLE color: 5120036.

HSL color Cylindrical-coordinate representation of color #24204E: hue angle of 245.22º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #24204E is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 32 78 -
CMYK 0.54 0.59 0 0.69
HSL 245.22º 0.42% 0.22% -
HSV(B) 245.22º 0.59% 0.31% -
XYZ 2.62 1.96 7.45 -
YUV 38.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 36 32 78 0.54 0.59 0 0.69 245.22 0.42 0.22
Hex 24 20 4E 36 3B 0 45 F5 2A 16
Octal 44 40 116 66 73 0 105 365 52 26
Binary 100100 100000 1001110 110110 111011 0 1000101 11110101 101010 10110

Color Harmonies of #24204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24204E

Black with #24204E

Text Example


Text Example

White with #24204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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