#313A62

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

Shades of Bay Of Many #313A62

Tints of Bay Of Many #313A62

Color information

#313A62 (or 0x313A62) is unknown color: approx Bay Of Many. HEX triplet: 31, 3A and 62. RGB value is (49,58,98). Sum of RGB (Red+Green+Blue) = 49+58+98=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #313A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A62 is #CEC59D. Grayscale: #3B3B3B. Windows color (decimal): -13551006 or 6437425. OLE color: 6437425.

HSL color Cylindrical-coordinate representation of color #313A62: hue angle of 228.98º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #313A62 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB495898-
CMYK0.50.4100.62
HSL228.98º33.33%28.82%-
HSV(B)228.98º50%38.43%-
XYZ4.984.5612.17-
YUV59.87149.52120.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 98 (38.67% from 255) = 47.80%
R=23.90%
G=28.29%
B=47.80%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4958980.50.4100.62228.9833.3328.82
Hex313A62322903Ee5211d
Octal617214262510763454135
Binary110001111010110001011001010100101111101110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,58,98); }

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

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

 a { background-color: rgb(49,58,98); }

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

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

 span { border-color: rgb(49,58,98); }

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