Html Css Color HEX #211F59 Paua

📋 copy color: '#211F59'

red 33 ◦ green 31 ◦ blue 89

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

Shades of Paua #211F59

Tints of Paua #211F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.26%

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

R = 21.57%
G = 20.26%
B = 58.17%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211F59 (or 0x211F59) is known color: Paua. HEX triplet: 21, 1F and 59. RGB value is (33,31,89). Sum of RGB (Red+Green+Blue) = 33+31+89=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #211F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F59 is #DEE0A6. Grayscale: #252525. Windows color (decimal): -14606503 or 5840673. OLE color: 5840673.

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

Color convert

RGB 33 31 89 -
CMYK 0.63 0.65 0 0.65
HSL 242.07º 0.48% 0.24% -
HSV(B) 242.07º 0.65% 0.35% -
XYZ 2.92 2.02 9.69 -
YUV 38.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 33 31 89 0.63 0.65 0 0.65 242.07 0.48 0.24
Hex 21 1F 59 3F 41 0 41 F2 30 18
Octal 41 37 131 77 101 0 101 362 60 30
Binary 100001 11111 1011001 111111 1000001 0 1000001 11110010 110000 11000

Color Harmonies of #211F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F59

Black with #211F59

Text Example


Text Example

White with #211F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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