Html Css Color HEX #24145A Paua

📋 copy color: '#24145A'

red 36 ◦ green 20 ◦ blue 90

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

Shades of Paua #24145A

Tints of Paua #24145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

 BLUE value IS 90 (35.55% from 255) = 61.64%

R = 24.66%
G = 13.7%
B = 61.64%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24145A (or 0x24145A) is known color: Paua. HEX triplet: 24, 14 and 5A. RGB value is (36,20,90). Sum of RGB (Red+Green+Blue) = 36+20+90=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #24145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24145A is #DBEBA5. Grayscale: #202020. Windows color (decimal): -14412710 or 5903396. OLE color: 5903396.

HSL color Cylindrical-coordinate representation of color #24145A: hue angle of 253.71º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24145A is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 20 90 -
CMYK 0.60 0.78 0 0.65
HSL 253.71º 0.64% 0.22% -
HSV(B) 253.71º 0.78% 0.35% -
XYZ 2.82 1.61 9.84 -
YUV 32.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 36 20 90 0.60 0.78 0 0.65 253.71 0.64 0.22
Hex 24 14 5A 3C 4E 0 41 FE 40 16
Octal 44 24 132 74 116 0 101 376 100 26
Binary 100100 10100 1011010 111100 1001110 0 1000001 11111110 1000000 10110

Color Harmonies of #24145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24145A

Black with #24145A

Text Example


Text Example

White with #24145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,20,90); }

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

background-color css

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

 a { background-color: rgb(36,20,90); }

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

border-color css

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

 span { border-color: rgb(36,20,90); }

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