Html Css Color HEX #212047 Paua

📋 copy color: '#212047'

red 33 ◦ green 32 ◦ blue 71

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

Shades of Paua #212047

Tints of Paua #212047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 52.21%

R = 24.26%
G = 23.53%
B = 52.21%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#212047 (or 0x212047) is known color: Paua. HEX triplet: 21, 20 and 47. RGB value is (33,32,71). Sum of RGB (Red+Green+Blue) = 33+32+71=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #212047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212047 is #DEDFB8. Grayscale: #242424. Windows color (decimal): -14606265 or 4661281. OLE color: 4661281.

HSL color Cylindrical-coordinate representation of color #212047: hue angle of 241.54º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212047 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 32 71 -
CMYK 0.54 0.55 0 0.72
HSL 241.54º 0.38% 0.2% -
HSV(B) 241.54º 0.55% 0.28% -
XYZ 2.28 1.81 6.19 -
YUV 36.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 33 32 71 0.54 0.55 0 0.72 241.54 0.38 0.2
Hex 21 20 47 36 37 0 48 F2 26 14
Octal 41 40 107 66 67 0 110 362 46 24
Binary 100001 100000 1000111 110110 110111 0 1001000 11110010 100110 10100

Color Harmonies of #212047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212047

Black with #212047

Text Example


Text Example

White with #212047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212047; }

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

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

background-color css

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

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

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

border-color css

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

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

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