Html Css Color HEX #211557 Paua

📋 copy color: '#211557'

red 33 ◦ green 21 ◦ blue 87

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

Shades of Paua #211557

Tints of Paua #211557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 61.7%

R = 23.4%
G = 14.89%
B = 61.7%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#211557 (or 0x211557) is known color: Paua. HEX triplet: 21, 15 and 57. RGB value is (33,21,87). Sum of RGB (Red+Green+Blue) = 33+21+87=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #211557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211557 is #DEEAA8. Grayscale: #1F1F1F. Windows color (decimal): -14609065 or 5707041. OLE color: 5707041.

HSL color Cylindrical-coordinate representation of color #211557: hue angle of 250.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211557 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 21 87 -
CMYK 0.62 0.76 0 0.66
HSL 250.91º 0.61% 0.21% -
HSV(B) 250.91º 0.76% 0.34% -
XYZ 2.62 1.55 9.18 -
YUV 32.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 33 21 87 0.62 0.76 0 0.66 250.91 0.61 0.21
Hex 21 15 57 3E 4C 0 42 FB 3D 15
Octal 41 25 127 76 114 0 102 373 75 25
Binary 100001 10101 1010111 111110 1001100 0 1000010 11111011 111101 10101

Color Harmonies of #211557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211557

Black with #211557

Text Example


Text Example

White with #211557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211557; }

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

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

background-color css

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

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

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

border-color css

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

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

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