#213F7B

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

Shades of Resolution Blue #213F7B

Tints of Resolution Blue #213F7B

Color information

#213F7B (or 0x213F7B) is unknown color: approx Resolution Blue. HEX triplet: 21, 3F and 7B. RGB value is (33,63,123). Sum of RGB (Red+Green+Blue) = 33+63+123=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #213F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F7B is #DEC084. Grayscale: #3C3C3C. Windows color (decimal): -14598277 or 8077089. OLE color: 8077089.

HSL color Cylindrical-coordinate representation of color #213F7B: hue angle of 220º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213F7B is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3363123-
CMYK0.730.4900.52
HSL220º57.69%30.59%-
HSV(B)220º73.17%48.24%-
XYZ5.985.3119.45-
YUV60.87163.06108.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=15.07%
G=28.77%
B=56.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33631230.730.4900.5222057.6930.59
Hex213F7B4931034dc3a1f
Octal4177173111610643347237
Binary1000011111111111011100100111000101101001101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,63,123); }

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

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

 a { background-color: rgb(33,63,123); }

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

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

 span { border-color: rgb(33,63,123); }

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