Html Css Color HEX #212159 Paua

📋 copy color: '#212159'

red 33 ◦ green 33 ◦ blue 89

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

Shades of Paua #212159

Tints of Paua #212159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 21.29%
G = 21.29%
B = 57.42%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#212159 (or 0x212159) is known color: Paua. HEX triplet: 21, 21 and 59. RGB value is (33,33,89). Sum of RGB (Red+Green+Blue) = 33+33+89=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #212159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212159 is #DEDEA6. Grayscale: #272727. Windows color (decimal): -14605991 or 5841185. OLE color: 5841185.

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

Color convert

RGB 33 33 89 -
CMYK 0.63 0.63 0 0.65
HSL 240º 0.46% 0.24% -
HSV(B) 240º 0.63% 0.35% -
XYZ 2.97 2.13 9.71 -
YUV 39.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 33 33 89 0.63 0.63 0 0.65 240 0.46 0.24
Hex 21 21 59 3F 3F 0 41 F0 2E 18
Octal 41 41 131 77 77 0 101 360 56 30
Binary 100001 100001 1011001 111111 111111 0 1000001 11110000 101110 11000

Color Harmonies of #212159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212159

Black with #212159

Text Example


Text Example

White with #212159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212159; }

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

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

background-color css

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

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

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

border-color css

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

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

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