#31377C

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

Shades of Torea Bay #31377C

Tints of Torea Bay #31377C

Color information

#31377C (or 0x31377C) is unknown color: approx Torea Bay. HEX triplet: 31, 37 and 7C. RGB value is (49,55,124). Sum of RGB (Red+Green+Blue) = 49+55+124=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #31377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31377C is #CEC883. Grayscale: #3C3C3C. Windows color (decimal): -13551748 or 8140593. OLE color: 8140593.

HSL color Cylindrical-coordinate representation of color #31377C: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31377C is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4955124-
CMYK0.600.5600.51
HSL235.2º43.35%33.92%-
HSV(B)235.2º60.48%48.63%-
XYZ6.274.8419.67-
YUV61.07163.51119.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=21.49%
G=24.12%
B=54.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49551240.600.5600.51235.243.3533.92
Hex31377C3C38033eb2b22
Octal616717474700633535342
Binary1100011101111111100111100111000011001111101011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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