#313B7D

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

Shades of Torea Bay #313B7D

Tints of Torea Bay #313B7D

Color information

#313B7D (or 0x313B7D) is unknown color: approx Torea Bay. HEX triplet: 31, 3B and 7D. RGB value is (49,59,125). Sum of RGB (Red+Green+Blue) = 49+59+125=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #313B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B7D is #CEC482. Grayscale: #3F3F3F. Windows color (decimal): -13550723 or 8207153. OLE color: 8207153.

HSL color Cylindrical-coordinate representation of color #313B7D: hue angle of 232.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #313B7D is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4959125-
CMYK0.610.5300.51
HSL232.11º43.68%34.12%-
HSV(B)232.11º60.8%49.02%-
XYZ6.535.2620.07-
YUV63.53162.69117.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 125 (49.22% from 255) = 53.65%
R=21.03%
G=25.32%
B=53.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49591250.610.5300.51232.1143.6834.12
Hex313B7D3D35033e82c22
Octal617317575650633505442
Binary1100011110111111101111101110101011001111101000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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