Html Css Color HEX #211553 Paua

📋 copy color: '#211553'

red 33 ◦ green 21 ◦ blue 83

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

Shades of Paua #211553

Tints of Paua #211553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

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

R = 24.09%
G = 15.33%
B = 60.58%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211553 (or 0x211553) is known color: Paua. HEX triplet: 21, 15 and 53. RGB value is (33,21,83). Sum of RGB (Red+Green+Blue) = 33+21+83=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #211553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211553 is #DEEAAC. Grayscale: #1F1F1F. Windows color (decimal): -14609069 or 5444897. OLE color: 5444897.

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

Color convert

RGB 33 21 83 -
CMYK 0.60 0.75 0 0.67
HSL 251.61º 0.6% 0.2% -
HSV(B) 251.61º 0.75% 0.33% -
XYZ 2.46 1.48 8.34 -
YUV 31.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 33 21 83 0.60 0.75 0 0.67 251.61 0.6 0.2
Hex 21 15 53 3C 4B 0 43 FC 3C 14
Octal 41 25 123 74 113 0 103 374 74 24
Binary 100001 10101 1010011 111100 1001011 0 1000011 11111100 111100 10100

Color Harmonies of #211553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211553

Black with #211553

Text Example


Text Example

White with #211553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211553; }

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

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

background-color css

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

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

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

border-color css

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

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

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