#313D62

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

Shades of Bay Of Many #313D62

Tints of Bay Of Many #313D62

Color information

#313D62 (or 0x313D62) is unknown color: approx Bay Of Many. HEX triplet: 31, 3D and 62. RGB value is (49,61,98). Sum of RGB (Red+Green+Blue) = 49+61+98=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #313D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D62 is #CEC29D. Grayscale: #3D3D3D. Windows color (decimal): -13550238 or 6438193. OLE color: 6438193.

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

Color convert

RGB496198-
CMYK0.50.3800.62
HSL225.31º33.33%28.82%-
HSV(B)225.31º50%38.43%-
XYZ5.144.8712.22-
YUV61.63148.52118.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=23.56%
G=29.33%
B=47.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4961980.50.3800.62225.3133.3328.82
Hex313D62322603Ee1211d
Octal617514262460763414135
Binary110001111101110001011001010011001111101110000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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