#344056

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

Shades of Biscay #344056

Tints of Biscay #344056

Color information

#344056 (or 0x344056) is unknown color: approx Biscay. HEX triplet: 34, 40 and 56. RGB value is (52,64,86). Sum of RGB (Red+Green+Blue) = 52+64+86=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 64 (25.39% from 255 or 31.68% 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 #344056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344056 is #CBBFA9. Grayscale: #3E3E3E. Windows color (decimal): -13352874 or 5652532. OLE color: 5652532.

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

Color convert

RGB526486-
CMYK0.400.2600.66
HSL218.82º24.64%27.06%-
HSV(B)218.82º39.53%33.73%-
XYZ4.935.079.52-
YUV62.92141.02120.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=25.74%
G=31.68%
B=42.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5264860.400.2600.66218.8224.6427.06
Hex344056281A042db191b
Octal64100126503201023333133
Binary110100100000010101101010001101001000010110110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344056; }

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

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

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

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

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

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

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

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