#213A85

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

Shades of Resolution Blue #213A85

Tints of Resolution Blue #213A85

Color information

#213A85 (or 0x213A85) is unknown color: approx Resolution Blue. HEX triplet: 21, 3A and 85. RGB value is (33,58,133). Sum of RGB (Red+Green+Blue) = 33+58+133=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #213A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213A85 is #DEC57A. Grayscale: #3A3A3A. Windows color (decimal): -14599547 or 8731169. OLE color: 8731169.

HSL color Cylindrical-coordinate representation of color #213A85: hue angle of 225º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213A85 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3358133-
CMYK0.750.5600.48
HSL225º60.24%32.55%-
HSV(B)225º75.19%52.16%-
XYZ6.375.0422.83-
YUV59.08169.72109.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=14.73%
G=25.89%
B=59.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33581330.750.5600.4822560.2432.55
Hex213A854B38030e13c21
Octal4172205113700603417441
Binary100001111010100001011001011111000011000011100001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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