Html Css Color HEX #212252 Paua

📋 copy color: '#212252'

red 33 ◦ green 34 ◦ blue 82

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

Shades of Paua #212252

Tints of Paua #212252

RGB

 RED value IS 33 (13.28% from 255) = 22.15%

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

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

R = 22.15%
G = 22.82%
B = 55.03%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#212252 (or 0x212252) is known color: Paua. HEX triplet: 21, 22 and 52. RGB value is (33,34,82). Sum of RGB (Red+Green+Blue) = 33+34+82=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #212252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212252 is #DEDDAD. Grayscale: #262626. Windows color (decimal): -14605742 or 5382689. OLE color: 5382689.

HSL color Cylindrical-coordinate representation of color #212252: hue angle of 238.78º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212252 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 34 82 -
CMYK 0.60 0.59 0 0.68
HSL 238.78º 0.43% 0.23% -
HSV(B) 238.78º 0.6% 0.32% -
XYZ 2.72 2.08 8.24 -
YUV 39.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 33 34 82 0.60 0.59 0 0.68 238.78 0.43 0.23
Hex 21 22 52 3C 3B 0 44 EF 2B 17
Octal 41 42 122 74 73 0 104 357 53 27
Binary 100001 100010 1010010 111100 111011 0 1000100 11101111 101011 10111

Color Harmonies of #212252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212252

Black with #212252

Text Example


Text Example

White with #212252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212252; }

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

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

background-color css

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

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

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

border-color css

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

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

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