#31317A

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

Shades of Torea Bay #31317A

Tints of Torea Bay #31317A

Color information

#31317A (or 0x31317A) is unknown color: approx Torea Bay. HEX triplet: 31, 31 and 7A. RGB value is (49,49,122). Sum of RGB (Red+Green+Blue) = 49+49+122=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #31317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31317A is #CECE85. Grayscale: #393939. Windows color (decimal): -13553286 or 8007985. OLE color: 8007985.

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

Color convert

RGB4949122-
CMYK0.600.6000.52
HSL240º42.69%33.53%-
HSV(B)240º59.84%47.84%-
XYZ5.884.2518.92-
YUV57.32164.5122.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=22.27%
G=22.27%
B=55.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49491220.600.6000.5224042.6933.53
Hex31317A3C3C034f02b22
Octal616117274740643605342
Binary1100011100011111010111100111100011010011110000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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