Html Css Color HEX #211F49 Paua

📋 copy color: '#211F49'

red 33 ◦ green 31 ◦ blue 73

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

Shades of Paua #211F49

Tints of Paua #211F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 53.28%

R = 24.09%
G = 22.63%
B = 53.28%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#211F49 (or 0x211F49) is known color: Paua. HEX triplet: 21, 1F and 49. RGB value is (33,31,73). Sum of RGB (Red+Green+Blue) = 33+31+73=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #211F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F49 is #DEE0B6. Grayscale: #242424. Windows color (decimal): -14606519 or 4792097. OLE color: 4792097.

HSL color Cylindrical-coordinate representation of color #211F49: hue angle of 242.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #211F49 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 31 73 -
CMYK 0.55 0.58 0 0.71
HSL 242.86º 0.4% 0.2% -
HSV(B) 242.86º 0.58% 0.29% -
XYZ 2.32 1.78 6.53 -
YUV 36.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 33 31 73 0.55 0.58 0 0.71 242.86 0.4 0.2
Hex 21 1F 49 37 3A 0 47 F3 28 14
Octal 41 37 111 67 72 0 107 363 50 24
Binary 100001 11111 1001001 110111 111010 0 1000111 11110011 101000 10100

Color Harmonies of #211F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F49

Black with #211F49

Text Example


Text Example

White with #211F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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