#313C63

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

Shades of Bay Of Many #313C63

Tints of Bay Of Many #313C63

Color information

#313C63 (or 0x313C63) is unknown color: approx Bay Of Many. HEX triplet: 31, 3C and 63. RGB value is (49,60,99). Sum of RGB (Red+Green+Blue) = 49+60+99=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #313C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C63 is #CEC39C. Grayscale: #3C3C3C. Windows color (decimal): -13550493 or 6503473. OLE color: 6503473.

HSL color Cylindrical-coordinate representation of color #313C63: hue angle of 226.8º 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 #313C63 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB496099-
CMYK0.510.3900.61
HSL226.8º33.78%29.02%-
HSV(B)226.8º50.51%38.82%-
XYZ5.134.7912.46-
YUV61.16149.36119.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=23.56%
G=28.85%
B=47.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4960990.510.3900.61226.833.7829.02
Hex313C63332703De3221d
Octal617414363470753434235
Binary110001111100110001111001110011101111011110001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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