Html Css Color HEX #24205C Paua

📋 copy color: '#24205C'

red 36 ◦ green 32 ◦ blue 92

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

Shades of Paua #24205C

Tints of Paua #24205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 57.5%

R = 22.5%
G = 20%
B = 57.5%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24205C (or 0x24205C) is known color: Paua. HEX triplet: 24, 20 and 5C. RGB value is (36,32,92). Sum of RGB (Red+Green+Blue) = 36+32+92=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #24205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24205C is #DBDFA3. Grayscale: #272727. Windows color (decimal): -14409636 or 6037540. OLE color: 6037540.

HSL color Cylindrical-coordinate representation of color #24205C: hue angle of 244º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24205C is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 32 92 -
CMYK 0.61 0.65 0 0.64
HSL 244º 0.48% 0.24% -
HSV(B) 244º 0.65% 0.36% -
XYZ 3.18 2.18 10.38 -
YUV 40.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 36 32 92 0.61 0.65 0 0.64 244 0.48 0.24
Hex 24 20 5C 3D 41 0 40 F4 30 18
Octal 44 40 134 75 101 0 100 364 60 30
Binary 100100 100000 1011100 111101 1000001 0 1000000 11110100 110000 11000

Color Harmonies of #24205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24205C

Black with #24205C

Text Example


Text Example

White with #24205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24205C; }

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

 H1.HeaderClassName
 {
   color: #24205C;
 }
 .AnyTagClassName
 {
   color: #24205C;
 }
</style>

background-color css

<style>
 a { background-color: #24205C; }

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

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

border-color css

<style>
 span { border-color: #24205C; }

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

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