#313975

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

Shades of Torea Bay #313975

Tints of Torea Bay #313975

Color information

#313975 (or 0x313975) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 75. RGB value is (49,57,117). Sum of RGB (Red+Green+Blue) = 49+57+117=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #313975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313975 is #CEC68A. Grayscale: #3D3D3D. Windows color (decimal): -13551243 or 7682353. OLE color: 7682353.

HSL color Cylindrical-coordinate representation of color #313975: hue angle of 232.94º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313975 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4957117-
CMYK0.580.5100.54
HSL232.94º40.96%32.55%-
HSV(B)232.94º58.12%45.88%-
XYZ5.944.8617.46-
YUV61.45159.35119.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=21.97%
G=25.56%
B=52.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49571170.580.5100.54232.9440.9632.55
Hex3139753A33036e92921
Octal617116572630663515141
Binary1100011110011110101111010110011011011011101001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313975; }

 p { color: rgb(49,57,117); }

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

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

 a { background-color: rgb(49,57,117); }

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

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

 span { border-color: rgb(49,57,117); }

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