Html Css Color HEX #212049 Paua

📋 copy color: '#212049'

red 33 ◦ green 32 ◦ blue 73

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

Shades of Paua #212049

Tints of Paua #212049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 73 (28.91% from 255) = 52.9%

R = 23.91%
G = 23.19%
B = 52.9%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#212049 (or 0x212049) is known color: Paua. HEX triplet: 21, 20 and 49. RGB value is (33,32,73). Sum of RGB (Red+Green+Blue) = 33+32+73=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #212049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212049 is #DEDFB6. Grayscale: #242424. Windows color (decimal): -14606263 or 4792353. OLE color: 4792353.

HSL color Cylindrical-coordinate representation of color #212049: hue angle of 241.46º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #212049 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 32 73 -
CMYK 0.55 0.56 0 0.71
HSL 241.46º 0.39% 0.21% -
HSV(B) 241.46º 0.56% 0.29% -
XYZ 2.35 1.84 6.53 -
YUV 36.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 33 32 73 0.55 0.56 0 0.71 241.46 0.39 0.21
Hex 21 20 49 37 38 0 47 F1 27 15
Octal 41 40 111 67 70 0 107 361 47 25
Binary 100001 100000 1001001 110111 111000 0 1000111 11110001 100111 10101

Color Harmonies of #212049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212049

Black with #212049

Text Example


Text Example

White with #212049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212049; }

 p { color: rgb(33,32,73); }

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

background-color css

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

 a { background-color: rgb(33,32,73); }

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

border-color css

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

 span { border-color: rgb(33,32,73); }

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