Html Css Color HEX #20214B Paua

📋 copy color: '#20214B'

red 32 ◦ green 33 ◦ blue 75

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

Shades of Paua #20214B

Tints of Paua #20214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.57%

R = 22.86%
G = 23.57%
B = 53.57%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#20214B (or 0x20214B) is known color: Paua. HEX triplet: 20, 21 and 4B. RGB value is (32,33,75). Sum of RGB (Red+Green+Blue) = 32+33+75=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #20214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20214B is #DFDEB4. Grayscale: #252525. Windows color (decimal): -14671541 or 4923680. OLE color: 4923680.

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

Color convert

RGB 32 33 75 -
CMYK 0.57 0.56 0 0.71
HSL 238.6º 0.4% 0.21% -
HSV(B) 238.6º 0.57% 0.29% -
XYZ 2.41 1.9 6.9 -
YUV 37.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 32 33 75 0.57 0.56 0 0.71 238.6 0.4 0.21
Hex 20 21 4B 39 38 0 47 EF 28 15
Octal 40 41 113 71 70 0 107 357 50 25
Binary 100000 100001 1001011 111001 111000 0 1000111 11101111 101000 10101

Color Harmonies of #20214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20214B

Black with #20214B

Text Example


Text Example

White with #20214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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