#313D6B

Color #313D6B Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #313D6B

Tints of Bay Of Many #313D6B

Color information

#313D6B (or 0x313D6B) is unknown color: approx Bay Of Many. HEX triplet: 31, 3D and 6B. RGB value is (49,61,107). Sum of RGB (Red+Green+Blue) = 49+61+107=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #313D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D6B is #CEC294. Grayscale: #3E3E3E. Windows color (decimal): -13550229 or 7028017. OLE color: 7028017.

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

Color convert

RGB4961107-
CMYK0.540.4300.58
HSL227.59º37.18%30.59%-
HSV(B)227.59º54.21%41.96%-
XYZ5.595.0514.59-
YUV62.66153.02118.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=22.58%
G=28.11%
B=49.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49611070.540.4300.58227.5937.1830.59
Hex313D6B362B03Ae4251f
Octal617515366530723444537
Binary110001111101110101111011010101101110101110010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,61,107); }

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

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

 a { background-color: rgb(49,61,107); }

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

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

 span { border-color: rgb(49,61,107); }

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