Html Css Color HEX #211359 Paua

📋 copy color: '#211359'

red 33 ◦ green 19 ◦ blue 89

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

Shades of Paua #211359

Tints of Paua #211359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

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

R = 23.4%
G = 13.48%
B = 63.12%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211359 (or 0x211359) is known color: Paua. HEX triplet: 21, 13 and 59. RGB value is (33,19,89). Sum of RGB (Red+Green+Blue) = 33+19+89=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #211359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211359 is #DEECA6. Grayscale: #1E1E1E. Windows color (decimal): -14609575 or 5837601. OLE color: 5837601.

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

Color convert

RGB 33 19 89 -
CMYK 0.63 0.79 0 0.65
HSL 252º 0.65% 0.21% -
HSV(B) 252º 0.79% 0.35% -
XYZ 2.66 1.51 9.6 -
YUV 31.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 33 19 89 0.63 0.79 0 0.65 252 0.65 0.21
Hex 21 13 59 3F 4F 0 41 FC 41 15
Octal 41 23 131 77 117 0 101 374 101 25
Binary 100001 10011 1011001 111111 1001111 0 1000001 11111100 1000001 10101

Color Harmonies of #211359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211359

Black with #211359

Text Example


Text Example

White with #211359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211359; }

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

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

background-color css

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

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

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

border-color css

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

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

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