Html Css Color HEX #24234E Paua

📋 copy color: '#24234E'

red 36 ◦ green 35 ◦ blue 78

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

Shades of Paua #24234E

Tints of Paua #24234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

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

R = 24.16%
G = 23.49%
B = 52.35%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#24234E (or 0x24234E) is known color: Paua. HEX triplet: 24, 23 and 4E. RGB value is (36,35,78). Sum of RGB (Red+Green+Blue) = 36+35+78=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #24234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24234E is #DBDCB1. Grayscale: #282828. Windows color (decimal): -14408882 or 5120804. OLE color: 5120804.

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

Color convert

RGB 36 35 78 -
CMYK 0.54 0.55 0 0.69
HSL 241.4º 0.38% 0.22% -
HSV(B) 241.4º 0.55% 0.31% -
XYZ 2.7 2.13 7.48 -
YUV 40.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 36 35 78 0.54 0.55 0 0.69 241.4 0.38 0.22
Hex 24 23 4E 36 37 0 45 F1 26 16
Octal 44 43 116 66 67 0 105 361 46 26
Binary 100100 100011 1001110 110110 110111 0 1000101 11110001 100110 10110

Color Harmonies of #24234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24234E

Black with #24234E

Text Example


Text Example

White with #24234E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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