#31357A

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

Shades of Torea Bay #31357A

Tints of Torea Bay #31357A

Color information

#31357A (or 0x31357A) is unknown color: approx Torea Bay. HEX triplet: 31, 35 and 7A. RGB value is (49,53,122). Sum of RGB (Red+Green+Blue) = 49+53+122=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #31357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31357A is #CECA85. Grayscale: #3B3B3B. Windows color (decimal): -13552262 or 8009009. OLE color: 8009009.

HSL color Cylindrical-coordinate representation of color #31357A: hue angle of 236.71º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31357A is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4953122-
CMYK0.600.5700.52
HSL236.71º42.69%33.53%-
HSV(B)236.71º59.84%47.84%-
XYZ6.054.618.98-
YUV59.67163.17120.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=21.88%
G=23.66%
B=54.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49531220.600.5700.52236.7142.6933.53
Hex31357A3C39034ed2b22
Octal616517274710643555342
Binary1100011101011111010111100111001011010011101101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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