Html Css Color HEX #24224F Paua

📋 copy color: '#24224F'

red 36 ◦ green 34 ◦ blue 79

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

Shades of Paua #24224F

Tints of Paua #24224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 24.16%
G = 22.82%
B = 53.02%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#24224F (or 0x24224F) is known color: Paua. HEX triplet: 24, 22 and 4F. RGB value is (36,34,79). Sum of RGB (Red+Green+Blue) = 36+34+79=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #24224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24224F is #DBDDB0. Grayscale: #272727. Windows color (decimal): -14409137 or 5186084. OLE color: 5186084.

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

Color convert

RGB 36 34 79 -
CMYK 0.54 0.57 0 0.69
HSL 242.67º 0.4% 0.22% -
HSV(B) 242.67º 0.57% 0.31% -
XYZ 2.71 2.08 7.66 -
YUV 39.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 36 34 79 0.54 0.57 0 0.69 242.67 0.4 0.22
Hex 24 22 4F 36 39 0 45 F3 28 16
Octal 44 42 117 66 71 0 105 363 50 26
Binary 100100 100010 1001111 110110 111001 0 1000101 11110011 101000 10110

Color Harmonies of #24224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24224F

Black with #24224F

Text Example


Text Example

White with #24224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24224F; }

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

 H1.HeaderClassName
 {
   color: #24224F;
 }
 .AnyTagClassName
 {
   color: #24224F;
 }
</style>

background-color css

<style>
 a { background-color: #24224F; }

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

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

border-color css

<style>
 span { border-color: #24224F; }

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

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