#31377A

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

Shades of Torea Bay #31377A

Tints of Torea Bay #31377A

Color information

#31377A (or 0x31377A) is unknown color: approx Torea Bay. HEX triplet: 31, 37 and 7A. RGB value is (49,55,122). Sum of RGB (Red+Green+Blue) = 49+55+122=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #31377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31377A is #CEC885. Grayscale: #3C3C3C. Windows color (decimal): -13551750 or 8009521. OLE color: 8009521.

HSL color Cylindrical-coordinate representation of color #31377A: hue angle of 235.07º 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 #31377A is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4955122-
CMYK0.600.5500.52
HSL235.07º42.69%33.53%-
HSV(B)235.07º59.84%47.84%-
XYZ6.154.7919.01-
YUV60.84162.51119.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=21.68%
G=24.34%
B=53.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49551220.600.5500.52235.0742.6933.53
Hex31377A3C37034eb2b22
Octal616717274670643535342
Binary1100011101111111010111100110111011010011101011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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