#213D85

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

Shades of Resolution Blue #213D85

Tints of Resolution Blue #213D85

Color information

#213D85 (or 0x213D85) is unknown color: approx Resolution Blue. HEX triplet: 21, 3D and 85. RGB value is (33,61,133). Sum of RGB (Red+Green+Blue) = 33+61+133=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #213D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D85 is #DEC27A. Grayscale: #3C3C3C. Windows color (decimal): -14598779 or 8731937. OLE color: 8731937.

HSL color Cylindrical-coordinate representation of color #213D85: hue angle of 223.2º 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 #213D85 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3361133-
CMYK0.750.5400.48
HSL223.2º60.24%32.55%-
HSV(B)223.2º75.19%52.16%-
XYZ6.535.3522.88-
YUV60.84168.72108.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=14.54%
G=26.87%
B=58.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33611330.750.5400.48223.260.2432.55
Hex213D854B36030df3c21
Octal4175205113660603377441
Binary100001111101100001011001011110110011000011011111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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