Html Css Color HEX #211559 Paua

📋 copy color: '#211559'

red 33 ◦ green 21 ◦ blue 89

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

Shades of Paua #211559

Tints of Paua #211559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 62.24%

R = 23.08%
G = 14.69%
B = 62.24%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211559 (or 0x211559) is known color: Paua. HEX triplet: 21, 15 and 59. RGB value is (33,21,89). Sum of RGB (Red+Green+Blue) = 33+21+89=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #211559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211559 is #DEEAA6. Grayscale: #202020. Windows color (decimal): -14609063 or 5838113. OLE color: 5838113.

HSL color Cylindrical-coordinate representation of color #211559: hue angle of 250.59º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211559 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 21 89 -
CMYK 0.63 0.76 0 0.65
HSL 250.59º 0.62% 0.22% -
HSV(B) 250.59º 0.76% 0.35% -
XYZ 2.7 1.58 9.61 -
YUV 32.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 33 21 89 0.63 0.76 0 0.65 250.59 0.62 0.22
Hex 21 15 59 3F 4C 0 41 FB 3E 16
Octal 41 25 131 77 114 0 101 373 76 26
Binary 100001 10101 1011001 111111 1001100 0 1000001 11111011 111110 10110

Color Harmonies of #211559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211559

Black with #211559

Text Example


Text Example

White with #211559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211559; }

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

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

background-color css

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

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

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

border-color css

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

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

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