#213A7A

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

Shades of Resolution Blue #213A7A

Tints of Resolution Blue #213A7A

Color information

#213A7A (or 0x213A7A) is unknown color: approx Resolution Blue. HEX triplet: 21, 3A and 7A. RGB value is (33,58,122). Sum of RGB (Red+Green+Blue) = 33+58+122=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #213A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A7A is #DEC585. Grayscale: #393939. Windows color (decimal): -14599558 or 8010273. OLE color: 8010273.

HSL color Cylindrical-coordinate representation of color #213A7A: hue angle of 223.15º 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 #213A7A is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3358122-
CMYK0.730.5200.52
HSL223.15º57.42%30.39%-
HSV(B)223.15º72.95%47.84%-
XYZ5.654.7519.03-
YUV57.82164.22110.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=15.49%
G=27.23%
B=57.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33581220.730.5200.52223.1557.4230.39
Hex213A7A4934034df391e
Octal4172172111640643377136
Binary1000011110101111010100100111010001101001101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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