Html Css Color HEX #211E54 Paua

📋 copy color: '#211E54'

red 33 ◦ green 30 ◦ blue 84

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

Shades of Paua #211E54

Tints of Paua #211E54

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

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

R = 22.45%
G = 20.41%
B = 57.14%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211E54 (or 0x211E54) is known color: Paua. HEX triplet: 21, 1E and 54. RGB value is (33,30,84). Sum of RGB (Red+Green+Blue) = 33+30+84=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #211E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E54 is #DEE1AB. Grayscale: #242424. Windows color (decimal): -14606764 or 5512737. OLE color: 5512737.

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

Color convert

RGB 33 30 84 -
CMYK 0.61 0.64 0 0.67
HSL 243.33º 0.47% 0.22% -
HSV(B) 243.33º 0.64% 0.33% -
XYZ 2.69 1.89 8.61 -
YUV 37.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 33 30 84 0.61 0.64 0 0.67 243.33 0.47 0.22
Hex 21 1E 54 3D 40 0 43 F3 2F 16
Octal 41 36 124 75 100 0 103 363 57 26
Binary 100001 11110 1010100 111101 1000000 0 1000011 11110011 101111 10110

Color Harmonies of #211E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E54

Black with #211E54

Text Example


Text Example

White with #211E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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