Html Css Color HEX #211F47 Paua

📋 copy color: '#211F47'

red 33 ◦ green 31 ◦ blue 71

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

Shades of Paua #211F47

Tints of Paua #211F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 52.59%

R = 24.44%
G = 22.96%
B = 52.59%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#211F47 (or 0x211F47) is known color: Paua. HEX triplet: 21, 1F and 47. RGB value is (33,31,71). Sum of RGB (Red+Green+Blue) = 33+31+71=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #211F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F47 is #DEE0B8. Grayscale: #242424. Windows color (decimal): -14606521 or 4661025. OLE color: 4661025.

HSL color Cylindrical-coordinate representation of color #211F47: hue angle of 243º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211F47 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 31 71 -
CMYK 0.54 0.56 0 0.72
HSL 243º 0.39% 0.2% -
HSV(B) 243º 0.56% 0.28% -
XYZ 2.25 1.76 6.18 -
YUV 36.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 33 31 71 0.54 0.56 0 0.72 243 0.39 0.2
Hex 21 1F 47 36 38 0 48 F3 27 14
Octal 41 37 107 66 70 0 110 363 47 24
Binary 100001 11111 1000111 110110 111000 0 1001000 11110011 100111 10100

Color Harmonies of #211F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F47

Black with #211F47

Text Example


Text Example

White with #211F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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