#213A72

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

Shades of Resolution Blue #213A72

Tints of Resolution Blue #213A72

Color information

#213A72 (or 0x213A72) is unknown color: approx Resolution Blue. HEX triplet: 21, 3A and 72. RGB value is (33,58,114). Sum of RGB (Red+Green+Blue) = 33+58+114=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #213A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A72 is #DEC58D. Grayscale: #383838. Windows color (decimal): -14599566 or 7485985. OLE color: 7485985.

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

Color convert

RGB3358114-
CMYK0.710.4900.55
HSL221.48º55.1%28.82%-
HSV(B)221.48º71.05%44.71%-
XYZ5.184.5616.53-
YUV56.91160.22110.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=16.10%
G=28.29%
B=55.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33581140.710.4900.55221.4855.128.82
Hex213A724731037dd371d
Octal4172162107610673356735
Binary1000011110101110010100011111000101101111101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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