#313F6C

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

Shades of Resolution Blue #313F6C

Tints of Resolution Blue #313F6C

Color information

#313F6C (or 0x313F6C) is unknown color: approx Resolution Blue. HEX triplet: 31, 3F and 6C. RGB value is (49,63,108). Sum of RGB (Red+Green+Blue) = 49+63+108=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #313F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F6C is #CEC093. Grayscale: #3F3F3F. Windows color (decimal): -13549716 or 7094065. OLE color: 7094065.

HSL color Cylindrical-coordinate representation of color #313F6C: hue angle of 225.76º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #313F6C is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4963108-
CMYK0.550.4200.58
HSL225.76º37.58%30.78%-
HSV(B)225.76º54.63%42.35%-
XYZ5.755.2914.91-
YUV63.94152.86117.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 63 (25% from 255) = 28.64%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=22.27%
G=28.64%
B=49.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49631080.550.4200.58225.7637.5830.78
Hex313F6C372A03Ae2261f
Octal617715467520723424637
Binary110001111111110110011011110101001110101110001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F6C; }

 p { color: rgb(49,63,108); }

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

<style>
 a { background-color: #313F6C; }

 a { background-color: rgb(49,63,108); }

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

<style>
 span { border-color: #313F6C; }

 span { border-color: rgb(49,63,108); }

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