Html Css Color HEX #211859 Paua

📋 copy color: '#211859'

red 33 ◦ green 24 ◦ blue 89

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

Shades of Paua #211859

Tints of Paua #211859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

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

R = 22.6%
G = 16.44%
B = 60.96%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211859 (or 0x211859) is known color: Paua. HEX triplet: 21, 18 and 59. RGB value is (33,24,89). Sum of RGB (Red+Green+Blue) = 33+24+89=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #211859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211859 is #DEE7A6. Grayscale: #212121. Windows color (decimal): -14608295 or 5838881. OLE color: 5838881.

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

Color convert

RGB 33 24 89 -
CMYK 0.63 0.73 0 0.65
HSL 248.31º 0.58% 0.22% -
HSV(B) 248.31º 0.73% 0.35% -
XYZ 2.76 1.7 9.63 -
YUV 34.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 33 24 89 0.63 0.73 0 0.65 248.31 0.58 0.22
Hex 21 18 59 3F 49 0 41 F8 3A 16
Octal 41 30 131 77 111 0 101 370 72 26
Binary 100001 11000 1011001 111111 1001001 0 1000001 11111000 111010 10110

Color Harmonies of #211859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211859

Black with #211859

Text Example


Text Example

White with #211859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211859; }

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

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

background-color css

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

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

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

border-color css

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

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

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