Html Css Color HEX #20214F Paua

📋 copy color: '#20214F'

red 32 ◦ green 33 ◦ blue 79

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

Shades of Paua #20214F

Tints of Paua #20214F

RGB

 RED value IS 32 (12.89% from 255) = 22.22%

 GREEN value IS 33 (13.28% from 255) = 22.92%

 BLUE value IS 79 (31.25% from 255) = 54.86%

R = 22.22%
G = 22.92%
B = 54.86%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#20214F (or 0x20214F) is known color: Paua. HEX triplet: 20, 21 and 4F. RGB value is (32,33,79). Sum of RGB (Red+Green+Blue) = 32+33+79=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #20214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20214F is #DFDEB0. Grayscale: #252525. Windows color (decimal): -14671537 or 5185824. OLE color: 5185824.

HSL color Cylindrical-coordinate representation of color #20214F: hue angle of 238.72º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20214F is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 33 79 -
CMYK 0.59 0.58 0 0.69
HSL 238.72º 0.42% 0.22% -
HSV(B) 238.72º 0.59% 0.31% -
XYZ 2.55 1.96 7.64 -
YUV 37.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 32 33 79 0.59 0.58 0 0.69 238.72 0.42 0.22
Hex 20 21 4F 3B 3A 0 45 EF 2A 16
Octal 40 41 117 73 72 0 105 357 52 26
Binary 100000 100001 1001111 111011 111010 0 1000101 11101111 101010 10110

Color Harmonies of #20214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20214F

Black with #20214F

Text Example


Text Example

White with #20214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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