Html Css Color HEX #211949 Paua

📋 copy color: '#211949'

red 33 ◦ green 25 ◦ blue 73

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

Shades of Paua #211949

Tints of Paua #211949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 25.19%
G = 19.08%
B = 55.73%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#211949 (or 0x211949) is known color: Paua. HEX triplet: 21, 19 and 49. RGB value is (33,25,73). Sum of RGB (Red+Green+Blue) = 33+25+73=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #211949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211949 is #DEE6B6. Grayscale: #202020. Windows color (decimal): -14608055 or 4790561. OLE color: 4790561.

HSL color Cylindrical-coordinate representation of color #211949: hue angle of 250º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211949 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 25 73 -
CMYK 0.55 0.66 0 0.71
HSL 250º 0.49% 0.19% -
HSV(B) 250º 0.66% 0.29% -
XYZ 2.18 1.5 6.48 -
YUV 32.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 33 25 73 0.55 0.66 0 0.71 250 0.49 0.19
Hex 21 19 49 37 42 0 47 FA 31 13
Octal 41 31 111 67 102 0 107 372 61 23
Binary 100001 11001 1001001 110111 1000010 0 1000111 11111010 110001 10011

Color Harmonies of #211949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211949

Black with #211949

Text Example


Text Example

White with #211949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211949; }

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

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

background-color css

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

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

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

border-color css

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

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

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