Html Css Color HEX #211954 Paua

📋 copy color: '#211954'

red 33 ◦ green 25 ◦ blue 84

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

Shades of Paua #211954

Tints of Paua #211954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 59.15%

R = 23.24%
G = 17.61%
B = 59.15%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211954 (or 0x211954) is known color: Paua. HEX triplet: 21, 19 and 54. RGB value is (33,25,84). Sum of RGB (Red+Green+Blue) = 33+25+84=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #211954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211954 is #DEE6AB. Grayscale: #212121. Windows color (decimal): -14608044 or 5511457. OLE color: 5511457.

HSL color Cylindrical-coordinate representation of color #211954: hue angle of 248.14º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211954 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 25 84 -
CMYK 0.61 0.70 0 0.67
HSL 248.14º 0.54% 0.21% -
HSV(B) 248.14º 0.7% 0.33% -
XYZ 2.58 1.66 8.57 -
YUV 34.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 33 25 84 0.61 0.70 0 0.67 248.14 0.54 0.21
Hex 21 19 54 3D 46 0 43 F8 36 15
Octal 41 31 124 75 106 0 103 370 66 25
Binary 100001 11001 1010100 111101 1000110 0 1000011 11111000 110110 10101

Color Harmonies of #211954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211954

Black with #211954

Text Example


Text Example

White with #211954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211954; }

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

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

background-color css

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

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

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

border-color css

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

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

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