Html Css Color HEX #211659 Paua

📋 copy color: '#211659'

red 33 ◦ green 22 ◦ blue 89

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

Shades of Paua #211659

Tints of Paua #211659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

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

R = 22.92%
G = 15.28%
B = 61.81%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211659 (or 0x211659) is known color: Paua. HEX triplet: 21, 16 and 59. RGB value is (33,22,89). Sum of RGB (Red+Green+Blue) = 33+22+89=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #211659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211659 is #DEE9A6. Grayscale: #202020. Windows color (decimal): -14608807 or 5838369. OLE color: 5838369.

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

Color convert

RGB 33 22 89 -
CMYK 0.63 0.75 0 0.65
HSL 249.85º 0.6% 0.22% -
HSV(B) 249.85º 0.75% 0.35% -
XYZ 2.72 1.62 9.62 -
YUV 32.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 33 22 89 0.63 0.75 0 0.65 249.85 0.6 0.22
Hex 21 16 59 3F 4B 0 41 FA 3C 16
Octal 41 26 131 77 113 0 101 372 74 26
Binary 100001 10110 1011001 111111 1001011 0 1000001 11111010 111100 10110

Color Harmonies of #211659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211659

Black with #211659

Text Example


Text Example

White with #211659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211659; }

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

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

background-color css

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

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

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

border-color css

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

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

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