Html Css Color HEX #24224C Paua

📋 copy color: '#24224C'

red 36 ◦ green 34 ◦ blue 76

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

Shades of Paua #24224C

Tints of Paua #24224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.05%

R = 24.66%
G = 23.29%
B = 52.05%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24224C (or 0x24224C) is known color: Paua. HEX triplet: 24, 22 and 4C. RGB value is (36,34,76). Sum of RGB (Red+Green+Blue) = 36+34+76=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #24224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24224C is #DBDDB3. Grayscale: #272727. Windows color (decimal): -14409140 or 4989476. OLE color: 4989476.

HSL color Cylindrical-coordinate representation of color #24224C: hue angle of 242.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24224C is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 34 76 -
CMYK 0.53 0.55 0 0.70
HSL 242.86º 0.38% 0.22% -
HSV(B) 242.86º 0.55% 0.3% -
XYZ 2.6 2.04 7.09 -
YUV 39.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 36 34 76 0.53 0.55 0 0.70 242.86 0.38 0.22
Hex 24 22 4C 35 37 0 46 F3 26 16
Octal 44 42 114 65 67 0 106 363 46 26
Binary 100100 100010 1001100 110101 110111 0 1000110 11110011 100110 10110

Color Harmonies of #24224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24224C

Black with #24224C

Text Example


Text Example

White with #24224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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