Html Css Color HEX #211E4D Paua

📋 copy color: '#211E4D'

red 33 ◦ green 30 ◦ blue 77

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

Shades of Paua #211E4D

Tints of Paua #211E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 55%

R = 23.57%
G = 21.43%
B = 55%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#211E4D (or 0x211E4D) is known color: Paua. HEX triplet: 21, 1E and 4D. RGB value is (33,30,77). Sum of RGB (Red+Green+Blue) = 33+30+77=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #211E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E4D is #DEE1B2. Grayscale: #242424. Windows color (decimal): -14606771 or 5053985. OLE color: 5053985.

HSL color Cylindrical-coordinate representation of color #211E4D: hue angle of 243.83º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211E4D is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 30 77 -
CMYK 0.57 0.61 0 0.70
HSL 243.83º 0.44% 0.21% -
HSV(B) 243.83º 0.61% 0.3% -
XYZ 2.43 1.79 7.24 -
YUV 36.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 33 30 77 0.57 0.61 0 0.70 243.83 0.44 0.21
Hex 21 1E 4D 39 3D 0 46 F4 2C 15
Octal 41 36 115 71 75 0 106 364 54 25
Binary 100001 11110 1001101 111001 111101 0 1000110 11110100 101100 10101

Color Harmonies of #211E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E4D

Black with #211E4D

Text Example


Text Example

White with #211E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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