#344157

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

Shades of Biscay #344157

Tints of Biscay #344157

Color information

#344157 (or 0x344157) is unknown color: approx Biscay. HEX triplet: 34, 41 and 57. RGB value is (52,65,87). Sum of RGB (Red+Green+Blue) = 52+65+87=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #344157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344157 is #CBBEA8. Grayscale: #3F3F3F. Windows color (decimal): -13352617 or 5718324. OLE color: 5718324.

HSL color Cylindrical-coordinate representation of color #344157: hue angle of 217.71º 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 #344157 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB526587-
CMYK0.400.2500.66
HSL217.71º25.18%27.25%-
HSV(B)217.71º40.23%34.12%-
XYZ5.035.29.76-
YUV63.62141.19119.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=25.49%
G=31.86%
B=42.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5265870.400.2500.66217.7125.1827.25
Hex3441572819042da191b
Octal64101127503101023323133
Binary110100100000110101111010001100101000010110110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344157; }

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

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

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

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

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

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

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

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