#213A73

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

Shades of Resolution Blue #213A73

Tints of Resolution Blue #213A73

Color information

#213A73 (or 0x213A73) is unknown color: approx Resolution Blue. HEX triplet: 21, 3A and 73. RGB value is (33,58,115). Sum of RGB (Red+Green+Blue) = 33+58+115=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #213A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A73 is #DEC58C. Grayscale: #383838. Windows color (decimal): -14599565 or 7551521. OLE color: 7551521.

HSL color Cylindrical-coordinate representation of color #213A73: hue angle of 221.71º 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 #213A73 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3358115-
CMYK0.710.5000.55
HSL221.71º55.41%29.02%-
HSV(B)221.71º71.3%45.1%-
XYZ5.234.5916.83-
YUV57.02160.72110.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=16.02%
G=28.16%
B=55.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33581150.710.5000.55221.7155.4129.02
Hex213A734732037de371d
Octal4172163107620673366735
Binary1000011110101110011100011111001001101111101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A73; }

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

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

<style>
 a { background-color: #213A73; }

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

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

<style>
 span { border-color: #213A73; }

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

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