Html Css Color HEX #211959 Paua

📋 copy color: '#211959'

red 33 ◦ green 25 ◦ blue 89

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

Shades of Paua #211959

Tints of Paua #211959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

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

R = 22.45%
G = 17.01%
B = 60.54%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211959 (or 0x211959) is known color: Paua. HEX triplet: 21, 19 and 59. RGB value is (33,25,89). Sum of RGB (Red+Green+Blue) = 33+25+89=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #211959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211959 is #DEE6A6. Grayscale: #222222. Windows color (decimal): -14608039 or 5839137. OLE color: 5839137.

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

Color convert

RGB 33 25 89 -
CMYK 0.63 0.72 0 0.65
HSL 247.5º 0.56% 0.22% -
HSV(B) 247.5º 0.72% 0.35% -
XYZ 2.78 1.74 9.64 -
YUV 34.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 33 25 89 0.63 0.72 0 0.65 247.5 0.56 0.22
Hex 21 19 59 3F 48 0 41 F8 38 16
Octal 41 31 131 77 110 0 101 370 70 26
Binary 100001 11001 1011001 111111 1001000 0 1000001 11111000 111000 10110

Color Harmonies of #211959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211959

Black with #211959

Text Example


Text Example

White with #211959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211959; }

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

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

background-color css

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

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

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

border-color css

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

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

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