#313952

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

Shades of Biscay #313952

Tints of Biscay #313952

Color information

#313952 (or 0x313952) is unknown color: approx Biscay. HEX triplet: 31, 39 and 52. RGB value is (49,57,82). Sum of RGB (Red+Green+Blue) = 49+57+82=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #313952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313952 is #CEC6AD. Grayscale: #393939. Windows color (decimal): -13551278 or 5388593. OLE color: 5388593.

HSL color Cylindrical-coordinate representation of color #313952: hue angle of 225.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313952 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB495782-
CMYK0.400.3000.68
HSL225.45º25.19%25.69%-
HSV(B)225.45º40.24%32.16%-
XYZ4.254.198.57-
YUV57.46141.85121.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=26.06%
G=30.32%
B=43.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4957820.400.3000.68225.4525.1925.69
Hex313952281E044e1191a
Octal6171122503601043413132
Binary11000111100110100101010001111001000100111000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313952; }

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

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

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

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

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

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

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

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