Html Css Color HEX #212059 Paua

📋 copy color: '#212059'

red 33 ◦ green 32 ◦ blue 89

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

Shades of Paua #212059

Tints of Paua #212059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

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

R = 21.43%
G = 20.78%
B = 57.79%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#212059 (or 0x212059) is known color: Paua. HEX triplet: 21, 20 and 59. RGB value is (33,32,89). Sum of RGB (Red+Green+Blue) = 33+32+89=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #212059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212059 is #DEDFA6. Grayscale: #262626. Windows color (decimal): -14606247 or 5840929. OLE color: 5840929.

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

Color convert

RGB 33 32 89 -
CMYK 0.63 0.64 0 0.65
HSL 241.05º 0.47% 0.24% -
HSV(B) 241.05º 0.64% 0.35% -
XYZ 2.95 2.08 9.7 -
YUV 38.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 33 32 89 0.63 0.64 0 0.65 241.05 0.47 0.24
Hex 21 20 59 3F 40 0 41 F1 2F 18
Octal 41 40 131 77 100 0 101 361 57 30
Binary 100001 100000 1011001 111111 1000000 0 1000001 11110001 101111 11000

Color Harmonies of #212059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212059

Black with #212059

Text Example


Text Example

White with #212059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212059; }

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

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

background-color css

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

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

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

border-color css

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

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

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