Html Css Color HEX #211E46 Paua

📋 copy color: '#211E46'

red 33 ◦ green 30 ◦ blue 70

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

Shades of Paua #211E46

Tints of Paua #211E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 52.63%

R = 24.81%
G = 22.56%
B = 52.63%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#211E46 (or 0x211E46) is known color: Paua. HEX triplet: 21, 1E and 46. RGB value is (33,30,70). Sum of RGB (Red+Green+Blue) = 33+30+70=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #211E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E46 is #DEE1B9. Grayscale: #232323. Windows color (decimal): -14606778 or 4595233. OLE color: 4595233.

HSL color Cylindrical-coordinate representation of color #211E46: hue angle of 244.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #211E46 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 30 70 -
CMYK 0.53 0.57 0 0.73
HSL 244.5º 0.4% 0.2% -
HSV(B) 244.5º 0.57% 0.27% -
XYZ 2.2 1.69 6.01 -
YUV 35.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 33 30 70 0.53 0.57 0 0.73 244.5 0.4 0.2
Hex 21 1E 46 35 39 0 49 F4 28 14
Octal 41 36 106 65 71 0 111 364 50 24
Binary 100001 11110 1000110 110101 111001 0 1001001 11110100 101000 10100

Color Harmonies of #211E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E46

Black with #211E46

Text Example


Text Example

White with #211E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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