#313475

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

Shades of Torea Bay #313475

Tints of Torea Bay #313475

Color information

#313475 (or 0x313475) is unknown color: approx Torea Bay. HEX triplet: 31, 34 and 75. RGB value is (49,52,117). Sum of RGB (Red+Green+Blue) = 49+52+117=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #313475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313475 is #CECB8A. Grayscale: #3A3A3A. Windows color (decimal): -13552523 or 7681073. OLE color: 7681073.

HSL color Cylindrical-coordinate representation of color #313475: hue angle of 237.35º 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 #313475 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4952117-
CMYK0.580.5600.54
HSL237.35º40.96%32.55%-
HSV(B)237.35º58.12%45.88%-
XYZ5.714.3917.38-
YUV58.51161.01121.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=22.48%
G=23.85%
B=53.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49521170.580.5600.54237.3540.9632.55
Hex3134753A38036ed2921
Octal616416572700663555141
Binary1100011101001110101111010111000011011011101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313475; }

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

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

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

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

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

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

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

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