Html Css Color HEX #202153 Paua

📋 copy color: '#202153'

red 32 ◦ green 33 ◦ blue 83

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

Shades of Paua #202153

Tints of Paua #202153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 56.08%

R = 21.62%
G = 22.3%
B = 56.08%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#202153 (or 0x202153) is known color: Paua. HEX triplet: 20, 21 and 53. RGB value is (32,33,83). Sum of RGB (Red+Green+Blue) = 32+33+83=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #202153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202153 is #DFDEAC. Grayscale: #262626. Windows color (decimal): -14671533 or 5447968. OLE color: 5447968.

HSL color Cylindrical-coordinate representation of color #202153: hue angle of 238.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202153 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 33 83 -
CMYK 0.61 0.60 0 0.67
HSL 238.82º 0.44% 0.23% -
HSV(B) 238.82º 0.61% 0.33% -
XYZ 2.7 2.02 8.43 -
YUV 38.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 32 33 83 0.61 0.60 0 0.67 238.82 0.44 0.23
Hex 20 21 53 3D 3C 0 43 EF 2C 17
Octal 40 41 123 75 74 0 103 357 54 27
Binary 100000 100001 1010011 111101 111100 0 1000011 11101111 101100 10111

Color Harmonies of #202153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202153

Black with #202153

Text Example


Text Example

White with #202153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202153; }

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

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

background-color css

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

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

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

border-color css

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

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

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