#313b62

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

Shades of Bay Of Many #313B62

Tints of Bay Of Many #313B62

Color information

#313B62 (or 0x313B62) is unknown color: approx Bay Of Many. HEX triplet: 31, 3B and 62. RGB value is (49,59,98). Sum of RGB (Red+Green+Blue) = 49+59+98=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #313B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B62 is #CEC49D. Grayscale: #3C3C3C. Windows color (decimal): -13550750 or 6437681. OLE color: 6437681.

HSL color Cylindrical-coordinate representation of color #313B62: hue angle of 227.76º 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 #313B62 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB495998-
CMYK0.50.4000.62
HSL227.76º33.33%28.82%-
HSV(B)227.76º50%38.43%-
XYZ5.044.6612.19-
YUV60.46149.19119.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=23.79%
G=28.64%
B=47.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4959980.50.4000.62227.7633.3328.82
Hex313B62322803Ee4211d
Octal617314262500763444135
Binary110001111011110001011001010100001111101110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313b62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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