Html Css Color HEX #20215D Paua

📋 copy color: '#20215D'

red 32 ◦ green 33 ◦ blue 93

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

Shades of Paua #20215D

Tints of Paua #20215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 58.86%

R = 20.25%
G = 20.89%
B = 58.86%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20215D (or 0x20215D) is known color: Paua. HEX triplet: 20, 21 and 5D. RGB value is (32,33,93). Sum of RGB (Red+Green+Blue) = 32+33+93=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #20215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20215D is #DFDEA2. Grayscale: #272727. Windows color (decimal): -14671523 or 6103328. OLE color: 6103328.

HSL color Cylindrical-coordinate representation of color #20215D: hue angle of 239.02º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20215D is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 33 93 -
CMYK 0.66 0.65 0 0.64
HSL 239.02º 0.49% 0.25% -
HSV(B) 239.02º 0.66% 0.36% -
XYZ 3.12 2.19 10.61 -
YUV 39.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 32 33 93 0.66 0.65 0 0.64 239.02 0.49 0.25
Hex 20 21 5D 42 41 0 40 EF 31 19
Octal 40 41 135 102 101 0 100 357 61 31
Binary 100000 100001 1011101 1000010 1000001 0 1000000 11101111 110001 11001

Color Harmonies of #20215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20215D

Black with #20215D

Text Example


Text Example

White with #20215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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