#313B64

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

Shades of Bay Of Many #313B64

Tints of Bay Of Many #313B64

Color information

#313B64 (or 0x313B64) is unknown color: approx Bay Of Many. HEX triplet: 31, 3B and 64. RGB value is (49,59,100). Sum of RGB (Red+Green+Blue) = 49+59+100=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #313B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B64 is #CEC49B. Grayscale: #3C3C3C. Windows color (decimal): -13550748 or 6568753. OLE color: 6568753.

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

Color convert

RGB4959100-
CMYK0.510.4100.61
HSL228.24º34.23%29.22%-
HSV(B)228.24º51%39.22%-
XYZ5.134.712.69-
YUV60.68150.19119.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 59 (23.44% from 255) = 28.37%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=23.56%
G=28.37%
B=48.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49591000.510.4100.61228.2434.2329.22
Hex313B64332903De4221d
Octal617314463510753444235
Binary110001111011110010011001110100101111011110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,59,100); }

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

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

 a { background-color: rgb(49,59,100); }

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

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

 span { border-color: rgb(49,59,100); }

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