Html Css Color HEX #24155C Paua

📋 copy color: '#24155C'

red 36 ◦ green 21 ◦ blue 92

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

Shades of Paua #24155C

Tints of Paua #24155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 24.16%
G = 14.09%
B = 61.74%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24155C (or 0x24155C) is known color: Paua. HEX triplet: 24, 15 and 5C. RGB value is (36,21,92). Sum of RGB (Red+Green+Blue) = 36+21+92=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #24155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24155C is #DBEAA3. Grayscale: #212121. Windows color (decimal): -14412452 or 6034724. OLE color: 6034724.

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

Color convert

RGB 36 21 92 -
CMYK 0.61 0.77 0 0.64
HSL 252.68º 0.63% 0.22% -
HSV(B) 252.68º 0.77% 0.36% -
XYZ 2.93 1.68 10.3 -
YUV 33.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 36 21 92 0.61 0.77 0 0.64 252.68 0.63 0.22
Hex 24 15 5C 3D 4D 0 40 FD 3F 16
Octal 44 25 134 75 115 0 100 375 77 26
Binary 100100 10101 1011100 111101 1001101 0 1000000 11111101 111111 10110

Color Harmonies of #24155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24155C

Black with #24155C

Text Example


Text Example

White with #24155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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