Html Css Color HEX #221452 Paua

📋 copy color: '#221452'

red 34 ◦ green 20 ◦ blue 82

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

Shades of Paua #221452

Tints of Paua #221452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

 BLUE value IS 82 (32.42% from 255) = 60.29%

R = 25%
G = 14.71%
B = 60.29%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#221452 (or 0x221452) is known color: Paua. HEX triplet: 22, 14 and 52. RGB value is (34,20,82). Sum of RGB (Red+Green+Blue) = 34+20+82=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #221452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221452 is #DDEBAD. Grayscale: #1F1F1F. Windows color (decimal): -14543790 or 5379106. OLE color: 5379106.

HSL color Cylindrical-coordinate representation of color #221452: hue angle of 253.55º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221452 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 20 82 -
CMYK 0.59 0.76 0 0.68
HSL 253.55º 0.61% 0.2% -
HSV(B) 253.55º 0.76% 0.32% -
XYZ 2.43 1.45 8.13 -
YUV 31.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 34 20 82 0.59 0.76 0 0.68 253.55 0.61 0.2
Hex 22 14 52 3B 4C 0 44 FE 3D 14
Octal 42 24 122 73 114 0 104 376 75 24
Binary 100010 10100 1010010 111011 1001100 0 1000100 11111110 111101 10100

Color Harmonies of #221452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221452

Black with #221452

Text Example


Text Example

White with #221452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221452; }

 p { color: rgb(34,20,82); }

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

background-color css

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

 a { background-color: rgb(34,20,82); }

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

border-color css

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

 span { border-color: rgb(34,20,82); }

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