#313E63

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

Shades of Bay Of Many #313E63

Tints of Bay Of Many #313E63

Color information

#313E63 (or 0x313E63) is unknown color: approx Bay Of Many. HEX triplet: 31, 3E and 63. RGB value is (49,62,99). Sum of RGB (Red+Green+Blue) = 49+62+99=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #313E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E63 is #CEC19C. Grayscale: #3E3E3E. Windows color (decimal): -13549981 or 6503985. OLE color: 6503985.

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

Color convert

RGB496299-
CMYK0.510.3700.61
HSL224.4º33.78%29.02%-
HSV(B)224.4º50.51%38.82%-
XYZ5.24512.49-
YUV62.33148.69118.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 62 (24.61% from 255) = 29.52%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=23.33%
G=29.52%
B=47.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4962990.510.3700.61224.433.7829.02
Hex313E63332503De0221d
Octal617614363450753404235
Binary110001111110110001111001110010101111011110000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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