#313963

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

Shades of Bay Of Many #313963

Tints of Bay Of Many #313963

Color information

#313963 (or 0x313963) is unknown color: approx Bay Of Many. HEX triplet: 31, 39 and 63. RGB value is (49,57,99). Sum of RGB (Red+Green+Blue) = 49+57+99=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #313963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313963 is #CEC69C. Grayscale: #3B3B3B. Windows color (decimal): -13551261 or 6502705. OLE color: 6502705.

HSL color Cylindrical-coordinate representation of color #313963: hue angle of 230.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313963 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB495799-
CMYK0.510.4200.61
HSL230.4º33.78%29.02%-
HSV(B)230.4º50.51%38.82%-
XYZ4.984.4812.41-
YUV59.4150.35120.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=23.90%
G=27.80%
B=48.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4957990.510.4200.61230.433.7829.02
Hex313963332A03De6221d
Octal617114363520753464235
Binary110001111001110001111001110101001111011110011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313963; }

 p { color: rgb(49,57,99); }

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

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

 a { background-color: rgb(49,57,99); }

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

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

 span { border-color: rgb(49,57,99); }

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