#212E73

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

Shades of Resolution Blue #212E73

Tints of Resolution Blue #212E73

Color information

#212E73 (or 0x212E73) is unknown color: approx Resolution Blue. HEX triplet: 21, 2E and 73. RGB value is (33,46,115). Sum of RGB (Red+Green+Blue) = 33+46+115=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #212E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E73 is #DED18C. Grayscale: #313131. Windows color (decimal): -14602637 or 7548449. OLE color: 7548449.

HSL color Cylindrical-coordinate representation of color #212E73: hue angle of 230.49º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212E73 is Cyan = 0.71, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3346115-
CMYK0.710.600.55
HSL230.49º55.41%29.02%-
HSV(B)230.49º71.3%45.1%-
XYZ4.73.5216.65-
YUV49.98164.69115.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=17.01%
G=23.71%
B=59.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33461150.710.600.55230.4955.4129.02
Hex212E73473C037e6371d
Octal4156163107740673466735
Binary1000011011101110011100011111110001101111110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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