Html Css Color HEX #212053 Paua

📋 copy color: '#212053'

red 33 ◦ green 32 ◦ blue 83

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

Shades of Paua #212053

Tints of Paua #212053

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#212053 (or 0x212053) is known color: Paua. HEX triplet: 21, 20 and 53. RGB value is (33,32,83). Sum of RGB (Red+Green+Blue) = 33+32+83=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 32 (12.89% from 255 or 21.62% 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 #212053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212053 is #DEDFAC. Grayscale: #252525. Windows color (decimal): -14606253 or 5447713. OLE color: 5447713.

HSL color Cylindrical-coordinate representation of color #212053: hue angle of 241.18º 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 #212053 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 32 83 -
CMYK 0.60 0.61 0 0.67
HSL 241.18º 0.44% 0.23% -
HSV(B) 241.18º 0.61% 0.33% -
XYZ 2.71 1.98 8.42 -
YUV 38.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 33 32 83 0.60 0.61 0 0.67 241.18 0.44 0.23
Hex 21 20 53 3C 3D 0 43 F1 2C 17
Octal 41 40 123 74 75 0 103 361 54 27
Binary 100001 100000 1010011 111100 111101 0 1000011 11110001 101100 10111

Color Harmonies of #212053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212053

Black with #212053

Text Example


Text Example

White with #212053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212053; }

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

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

background-color css

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

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

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

border-color css

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

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

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