#31397C

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

Shades of Torea Bay #31397C

Tints of Torea Bay #31397C

Color information

#31397C (or 0x31397C) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 7C. RGB value is (49,57,124). Sum of RGB (Red+Green+Blue) = 49+57+124=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #31397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31397C is #CEC683. Grayscale: #3D3D3D. Windows color (decimal): -13551236 or 8141105. OLE color: 8141105.

HSL color Cylindrical-coordinate representation of color #31397C: hue angle of 233.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31397C is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4957124-
CMYK0.600.5400.51
HSL233.6º43.35%33.92%-
HSV(B)233.6º60.48%48.63%-
XYZ6.375.0319.7-
YUV62.25162.85118.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=21.30%
G=24.78%
B=53.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49571240.600.5400.51233.643.3533.92
Hex31397C3C36033ea2b22
Octal617117474660633525342
Binary1100011110011111100111100110110011001111101010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31397C; }

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

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

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

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

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

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

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

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