Html Css Color HEX #211B47 Paua

📋 copy color: '#211B47'

red 33 ◦ green 27 ◦ blue 71

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

Shades of Paua #211B47

Tints of Paua #211B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

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

R = 25.19%
G = 20.61%
B = 54.2%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#211B47 (or 0x211B47) is known color: Paua. HEX triplet: 21, 1B and 47. RGB value is (33,27,71). Sum of RGB (Red+Green+Blue) = 33+27+71=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #211B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B47 is #DEE4B8. Grayscale: #212121. Windows color (decimal): -14607545 or 4660001. OLE color: 4660001.

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

Color convert

RGB 33 27 71 -
CMYK 0.54 0.62 0 0.72
HSL 248.18º 0.45% 0.19% -
HSV(B) 248.18º 0.62% 0.28% -
XYZ 2.16 1.56 6.15 -
YUV 33.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 33 27 71 0.54 0.62 0 0.72 248.18 0.45 0.19
Hex 21 1B 47 36 3E 0 48 F8 2D 13
Octal 41 33 107 66 76 0 110 370 55 23
Binary 100001 11011 1000111 110110 111110 0 1001000 11111000 101101 10011

Color Harmonies of #211B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B47

Black with #211B47

Text Example


Text Example

White with #211B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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