#334156

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

Shades of Biscay #334156

Tints of Biscay #334156

Color information

#334156 (or 0x334156) is unknown color: approx Biscay. HEX triplet: 33, 41 and 56. RGB value is (51,65,86). Sum of RGB (Red+Green+Blue) = 51+65+86=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #334156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334156 is #CCBEA9. Grayscale: #3F3F3F. Windows color (decimal): -13418154 or 5652787. OLE color: 5652787.

HSL color Cylindrical-coordinate representation of color #334156: hue angle of 216º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334156 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB516586-
CMYK0.410.2400.66
HSL216º25.55%26.86%-
HSV(B)216º40.7%33.73%-
XYZ4.945.169.54-
YUV63.21140.86119.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=25.25%
G=32.18%
B=42.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5165860.410.2400.6621625.5526.86
Hex3341562918042d81a1b
Octal63101126513001023303233
Binary110011100000110101101010011100001000010110110001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334156; }

 p { color: rgb(51,65,86); }

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

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

 a { background-color: rgb(51,65,86); }

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

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

 span { border-color: rgb(51,65,86); }

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