#313B74

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

Shades of Torea Bay #313B74

Tints of Torea Bay #313B74

Color information

#313B74 (or 0x313B74) is unknown color: approx Torea Bay. HEX triplet: 31, 3B and 74. RGB value is (49,59,116). Sum of RGB (Red+Green+Blue) = 49+59+116=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #313B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B74 is #CEC48B. Grayscale: #3E3E3E. Windows color (decimal): -13550732 or 7617329. OLE color: 7617329.

HSL color Cylindrical-coordinate representation of color #313B74: hue angle of 231.04º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313B74 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4959116-
CMYK0.580.4900.55
HSL231.04º40.61%32.35%-
HSV(B)231.04º57.76%45.49%-
XYZ5.985.0417.18-
YUV62.51158.19118.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=21.88%
G=26.34%
B=51.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49591160.580.4900.55231.0440.6132.35
Hex313B743A31037e72920
Octal617316472610673475140
Binary1100011110111110100111010110001011011111100111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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