#31357D

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

Shades of Torea Bay #31357D

Tints of Torea Bay #31357D

Color information

#31357D (or 0x31357D) is unknown color: approx Torea Bay. HEX triplet: 31, 35 and 7D. RGB value is (49,53,125). Sum of RGB (Red+Green+Blue) = 49+53+125=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #31357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31357D is #CECA82. Grayscale: #3B3B3B. Windows color (decimal): -13552259 or 8205617. OLE color: 8205617.

HSL color Cylindrical-coordinate representation of color #31357D: hue angle of 236.84º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31357D is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4953125-
CMYK0.610.5800.51
HSL236.84º43.68%34.12%-
HSV(B)236.84º60.8%49.02%-
XYZ6.244.6819.98-
YUV60.01164.67120.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=21.59%
G=23.35%
B=55.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49531250.610.5800.51236.8443.6834.12
Hex31357D3D3A033ed2c22
Octal616517575720633555442
Binary1100011101011111101111101111010011001111101101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31357D; }

 p { color: rgb(49,53,125); }

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

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

 a { background-color: rgb(49,53,125); }

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

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

 span { border-color: rgb(49,53,125); }

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