#212E7A

Color #212E7A Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #212E7A

Tints of Resolution Blue #212E7A

Color information

#212E7A (or 0x212E7A) is unknown color: approx Resolution Blue. HEX triplet: 21, 2E and 7A. RGB value is (33,46,122). Sum of RGB (Red+Green+Blue) = 33+46+122=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #212E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E7A is #DED185. Grayscale: #323232. Windows color (decimal): -14602630 or 8007201. OLE color: 8007201.

HSL color Cylindrical-coordinate representation of color #212E7A: hue angle of 231.24º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212E7A is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3346122-
CMYK0.730.6200.52
HSL231.24º57.42%30.39%-
HSV(B)231.24º72.95%47.84%-
XYZ5.123.6818.85-
YUV50.78168.19115.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=16.42%
G=22.89%
B=60.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33461220.730.6200.52231.2457.4230.39
Hex212E7A493E034e7391e
Octal4156172111760643477136
Binary1000011011101111010100100111111001101001110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212E7A; }

 p { color: rgb(33,46,122); }

 H1.HeaderClassName
 {
   color: #212E7A;
 }
 .AnyTagClassName
 {
   color: #212E7A;
 }
</style>
background-color css

<style>
 a { background-color: #212E7A; }

 a { background-color: rgb(33,46,122); }

 div.DivClassName
 {
   background-color: #212E7A;
 }
 .BgClassName
 {
   background-color: #212E7A;
 }
</style>
border-color css

<style>
 span { border-color: #212E7A; }

 span { border-color: rgb(33,46,122); }

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