Html Css Color HEX #24225B Paua

📋 copy color: '#24225B'

red 36 ◦ green 34 ◦ blue 91

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

Shades of Paua #24225B

Tints of Paua #24225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

 BLUE value IS 91 (35.94% from 255) = 56.52%

R = 22.36%
G = 21.12%
B = 56.52%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24225B (or 0x24225B) is known color: Paua. HEX triplet: 24, 22 and 5B. RGB value is (36,34,91). Sum of RGB (Red+Green+Blue) = 36+34+91=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #24225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24225B is #DBDDA4. Grayscale: #282828. Windows color (decimal): -14409125 or 5972516. OLE color: 5972516.

HSL color Cylindrical-coordinate representation of color #24225B: hue angle of 242.11º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #24225B is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 34 91 -
CMYK 0.60 0.63 0 0.64
HSL 242.11º 0.46% 0.25% -
HSV(B) 242.11º 0.63% 0.36% -
XYZ 3.19 2.27 10.17 -
YUV 41.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 36 34 91 0.60 0.63 0 0.64 242.11 0.46 0.25
Hex 24 22 5B 3C 3F 0 40 F2 2E 19
Octal 44 42 133 74 77 0 100 362 56 31
Binary 100100 100010 1011011 111100 111111 0 1000000 11110010 101110 11001

Color Harmonies of #24225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24225B

Black with #24225B

Text Example


Text Example

White with #24225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24225B; }

 p { color: rgb(36,34,91); }

 H1.HeaderClassName
 {
   color: #24225B;
 }
 .AnyTagClassName
 {
   color: #24225B;
 }
</style>

background-color css

<style>
 a { background-color: #24225B; }

 a { background-color: rgb(36,34,91); }

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

border-color css

<style>
 span { border-color: #24225B; }

 span { border-color: rgb(36,34,91); }

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