#31396e

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

Shades of Torea Bay #31396E

Tints of Torea Bay #31396E

Color information

#31396E (or 0x31396E) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 6E. RGB value is (49,57,110). Sum of RGB (Red+Green+Blue) = 49+57+110=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #31396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31396E is #CEC691. Grayscale: #3C3C3C. Windows color (decimal): -13551250 or 7223601. OLE color: 7223601.

HSL color Cylindrical-coordinate representation of color #31396E: hue angle of 232.13º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31396E is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4957110-
CMYK0.550.4800.57
HSL232.13º38.36%31.18%-
HSV(B)232.13º55.45%43.14%-
XYZ5.544.7115.37-
YUV60.65155.85119.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=22.69%
G=26.39%
B=50.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49571100.550.4800.57232.1338.3631.18
Hex31396E3730039e8261f
Octal617115667600713504637
Binary110001111001110111011011111000001110011110100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31396e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31396e; }

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

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

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

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

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

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

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

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