#334056

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

Shades of Biscay #334056

Tints of Biscay #334056

Color information

#334056 (or 0x334056) is unknown color: approx Biscay. HEX triplet: 33, 40 and 56. RGB value is (51,64,86). Sum of RGB (Red+Green+Blue) = 51+64+86=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #334056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334056 is #CCBFA9. Grayscale: #3E3E3E. Windows color (decimal): -13418410 or 5652531. OLE color: 5652531.

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

Color convert

RGB516486-
CMYK0.410.2600.66
HSL217.71º25.55%26.86%-
HSV(B)217.71º40.7%33.73%-
XYZ4.885.049.52-
YUV62.62141.19119.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=25.37%
G=31.84%
B=42.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5164860.410.2600.66217.7125.5526.86
Hex334056291A042da1a1b
Octal63100126513201023323233
Binary110011100000010101101010011101001000010110110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334056; }

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

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

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

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

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

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

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

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