Html Css Color HEX #211E58 Paua

📋 copy color: '#211E58'

red 33 ◦ green 30 ◦ blue 88

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

Shades of Paua #211E58

Tints of Paua #211E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 58.28%

R = 21.85%
G = 19.87%
B = 58.28%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211E58 (or 0x211E58) is known color: Paua. HEX triplet: 21, 1E and 58. RGB value is (33,30,88). Sum of RGB (Red+Green+Blue) = 33+30+88=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #211E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E58 is #DEE1A7. Grayscale: #252525. Windows color (decimal): -14606760 or 5774881. OLE color: 5774881.

HSL color Cylindrical-coordinate representation of color #211E58: hue angle of 243.1º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211E58 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 30 88 -
CMYK 0.62 0.66 0 0.65
HSL 243.1º 0.49% 0.23% -
HSV(B) 243.1º 0.66% 0.35% -
XYZ 2.85 1.96 9.46 -
YUV 37.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 33 30 88 0.62 0.66 0 0.65 243.1 0.49 0.23
Hex 21 1E 58 3E 42 0 41 F3 31 17
Octal 41 36 130 76 102 0 101 363 61 27
Binary 100001 11110 1011000 111110 1000010 0 1000001 11110011 110001 10111

Color Harmonies of #211E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E58

Black with #211E58

Text Example


Text Example

White with #211E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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