#2C3951

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

Shades of Biscay #2C3951

Tints of Biscay #2C3951

Color information

#2C3951 (or 0x2C3951) is unknown color: approx Biscay. HEX triplet: 2C, 39 and 51. RGB value is (44,57,81). Sum of RGB (Red+Green+Blue) = 44+57+81=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #2C3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3951 is #D3C6AE. Grayscale: #373737. Windows color (decimal): -13878959 or 5323052. OLE color: 5323052.

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

Color convert

RGB445781-
CMYK0.460.3000.68
HSL218.92º29.6%24.51%-
HSV(B)218.92º45.68%31.76%-
XYZ3.994.068.36-
YUV55.85142.19119.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.18%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=24.18%
G=31.32%
B=44.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4457810.460.3000.68218.9229.624.51
Hex2C39512E1E044db1e19
Octal5471121563601043333631
Binary10110011100110100011011101111001000100110110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C3951; }

 p { color: rgb(44,57,81); }

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

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

 a { background-color: rgb(44,57,81); }

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

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

 span { border-color: rgb(44,57,81); }

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