Html Css Color HEX #211C54 Paua

📋 copy color: '#211C54'

red 33 ◦ green 28 ◦ blue 84

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

Shades of Paua #211C54

Tints of Paua #211C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

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

R = 22.76%
G = 19.31%
B = 57.93%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211C54 (or 0x211C54) is known color: Paua. HEX triplet: 21, 1C and 54. RGB value is (33,28,84). Sum of RGB (Red+Green+Blue) = 33+28+84=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #211C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C54 is #DEE3AB. Grayscale: #232323. Windows color (decimal): -14607276 or 5512225. OLE color: 5512225.

HSL color Cylindrical-coordinate representation of color #211C54: hue angle of 245.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211C54 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 28 84 -
CMYK 0.61 0.67 0 0.67
HSL 245.36º 0.5% 0.22% -
HSV(B) 245.36º 0.67% 0.33% -
XYZ 2.64 1.79 8.59 -
YUV 35.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 33 28 84 0.61 0.67 0 0.67 245.36 0.5 0.22
Hex 21 1C 54 3D 43 0 43 F5 32 16
Octal 41 34 124 75 103 0 103 365 62 26
Binary 100001 11100 1010100 111101 1000011 0 1000011 11110101 110010 10110

Color Harmonies of #211C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C54

Black with #211C54

Text Example


Text Example

White with #211C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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