Html Css Color HEX #22184C Paua

📋 copy color: '#22184C'

red 34 ◦ green 24 ◦ blue 76

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

Shades of Paua #22184C

Tints of Paua #22184C

RGB

 RED value IS 34 (13.67% from 255) = 25.37%

 GREEN value IS 24 (9.77% from 255) = 17.91%

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

R = 25.37%
G = 17.91%
B = 56.72%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#22184C (or 0x22184C) is known color: Paua. HEX triplet: 22, 18 and 4C. RGB value is (34,24,76). Sum of RGB (Red+Green+Blue) = 34+24+76=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #22184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22184C is #DDE7B3. Grayscale: #202020. Windows color (decimal): -14542772 or 4986914. OLE color: 4986914.

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

Color convert

RGB 34 24 76 -
CMYK 0.55 0.68 0 0.70
HSL 251.54º 0.52% 0.2% -
HSV(B) 251.54º 0.68% 0.3% -
XYZ 2.29 1.52 7.01 -
YUV 32.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 34 24 76 0.55 0.68 0 0.70 251.54 0.52 0.2
Hex 22 18 4C 37 44 0 46 FC 34 14
Octal 42 30 114 67 104 0 106 374 64 24
Binary 100010 11000 1001100 110111 1000100 0 1000110 11111100 110100 10100

Color Harmonies of #22184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22184C

Black with #22184C

Text Example


Text Example

White with #22184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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