#31387B

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

Shades of Torea Bay #31387B

Tints of Torea Bay #31387B

Color information

#31387B (or 0x31387B) is unknown color: approx Torea Bay. HEX triplet: 31, 38 and 7B. RGB value is (49,56,123). Sum of RGB (Red+Green+Blue) = 49+56+123=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #31387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31387B is #CEC784. Grayscale: #3D3D3D. Windows color (decimal): -13551493 or 8075313. OLE color: 8075313.

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

Color convert

RGB4956123-
CMYK0.600.5400.52
HSL234.32º43.02%33.73%-
HSV(B)234.32º60.16%48.24%-
XYZ6.264.9119.36-
YUV61.54162.68119.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=21.49%
G=24.56%
B=53.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49561230.600.5400.52234.3243.0233.73
Hex31387B3C36034ea2b22
Octal617017374660643525342
Binary1100011110001111011111100110110011010011101010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31387B; }

 p { color: rgb(49,56,123); }

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

<style>
 a { background-color: #31387B; }

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

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

<style>
 span { border-color: #31387B; }

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

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