#344155

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

Shades of Biscay #344155

Tints of Biscay #344155

Color information

#344155 (or 0x344155) is unknown color: approx Biscay. HEX triplet: 34, 41 and 55. RGB value is (52,65,85). Sum of RGB (Red+Green+Blue) = 52+65+85=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #344155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344155 is #CBBEAA. Grayscale: #3F3F3F. Windows color (decimal): -13352619 or 5587252. OLE color: 5587252.

HSL color Cylindrical-coordinate representation of color #344155: hue angle of 216.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344155 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526585-
CMYK0.390.2400.67
HSL216.36º24.09%26.86%-
HSV(B)216.36º38.82%33.33%-
XYZ4.955.179.33-
YUV63.39140.19119.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=25.74%
G=32.18%
B=42.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5265850.390.2400.67216.3624.0926.86
Hex3441552718043d8181b
Octal64101125473001033303033
Binary110100100000110101011001111100001000011110110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344155; }

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

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

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

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

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

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

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

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