#313953

Color #313953 Biscay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biscay #313953

Tints of Biscay #313953

Color information

#313953 (or 0x313953) is unknown color: approx Biscay. HEX triplet: 31, 39 and 53. RGB value is (49,57,83). Sum of RGB (Red+Green+Blue) = 49+57+83=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #313953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313953 is #CEC6AC. Grayscale: #393939. Windows color (decimal): -13551277 or 5454129. OLE color: 5454129.

HSL color Cylindrical-coordinate representation of color #313953: hue angle of 225.88º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #313953 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB495783-
CMYK0.410.3100.67
HSL225.88º25.76%25.88%-
HSV(B)225.88º40.96%32.55%-
XYZ4.294.28.77-
YUV57.57142.35121.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=25.93%
G=30.16%
B=43.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4957830.410.3100.67225.8825.7625.88
Hex313953291F043e21a1a
Octal6171123513701033423232
Binary11000111100110100111010011111101000011111000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313953; }

 p { color: rgb(49,57,83); }

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

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

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

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

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

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

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