#344156

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

Shades of Biscay #344156

Tints of Biscay #344156

Color information

#344156 (or 0x344156) is unknown color: approx Biscay. HEX triplet: 34, 41 and 56. RGB value is (52,65,86). Sum of RGB (Red+Green+Blue) = 52+65+86=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #344156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344156 is #CBBEA9. Grayscale: #3F3F3F. Windows color (decimal): -13352618 or 5652788. OLE color: 5652788.

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

Color convert

RGB526586-
CMYK0.400.2400.66
HSL217.06º24.64%27.06%-
HSV(B)217.06º39.53%33.73%-
XYZ4.995.189.54-
YUV63.51140.69119.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=25.62%
G=32.02%
B=42.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5265860.400.2400.66217.0624.6427.06
Hex3441562818042d9191b
Octal64101126503001023313133
Binary110100100000110101101010001100001000010110110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344156; }

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

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

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

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

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

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

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

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