Html Css Color HEX #211E53 Paua

📋 copy color: '#211E53'

red 33 ◦ green 30 ◦ blue 83

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

Shades of Paua #211E53

Tints of Paua #211E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 56.85%

R = 22.6%
G = 20.55%
B = 56.85%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211E53 (or 0x211E53) is known color: Paua. HEX triplet: 21, 1E and 53. RGB value is (33,30,83). Sum of RGB (Red+Green+Blue) = 33+30+83=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #211E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E53 is #DEE1AC. Grayscale: #242424. Windows color (decimal): -14606765 or 5447201. OLE color: 5447201.

HSL color Cylindrical-coordinate representation of color #211E53: hue angle of 243.4º 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 #211E53 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 30 83 -
CMYK 0.60 0.64 0 0.67
HSL 243.4º 0.47% 0.22% -
HSV(B) 243.4º 0.64% 0.33% -
XYZ 2.65 1.88 8.41 -
YUV 36.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 33 30 83 0.60 0.64 0 0.67 243.4 0.47 0.22
Hex 21 1E 53 3C 40 0 43 F3 2F 16
Octal 41 36 123 74 100 0 103 363 57 26
Binary 100001 11110 1010011 111100 1000000 0 1000011 11110011 101111 10110

Color Harmonies of #211E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E53

Black with #211E53

Text Example


Text Example

White with #211E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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