#31377E

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

Shades of Torea Bay #31377E

Tints of Torea Bay #31377E

Color information

#31377E (or 0x31377E) is unknown color: approx Torea Bay. HEX triplet: 31, 37 and 7E. RGB value is (49,55,126). Sum of RGB (Red+Green+Blue) = 49+55+126=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #31377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31377E is #CEC881. Grayscale: #3D3D3D. Windows color (decimal): -13551746 or 8271665. OLE color: 8271665.

HSL color Cylindrical-coordinate representation of color #31377E: hue angle of 235.32º 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 #31377E is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4955126-
CMYK0.610.5600.51
HSL235.32º44%34.31%-
HSV(B)235.32º61.11%49.41%-
XYZ6.44.8920.35-
YUV61.3164.51119.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 126 (49.61% from 255) = 54.78%
R=21.30%
G=23.91%
B=54.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49551260.610.5600.51235.324434.31
Hex31377E3D38033eb2c22
Octal616717675700633535442
Binary1100011101111111110111101111000011001111101011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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