#334057

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

Shades of Biscay #334057

Tints of Biscay #334057

Color information

#334057 (or 0x334057) is unknown color: approx Biscay. HEX triplet: 33, 40 and 57. RGB value is (51,64,87). Sum of RGB (Red+Green+Blue) = 51+64+87=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #334057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334057 is #CCBFA8. Grayscale: #3E3E3E. Windows color (decimal): -13418409 or 5718067. OLE color: 5718067.

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

Color convert

RGB516487-
CMYK0.410.2600.66
HSL218.33º26.09%27.06%-
HSV(B)218.33º41.38%34.12%-
XYZ4.925.069.73-
YUV62.73141.69119.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=25.25%
G=31.68%
B=43.07%

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
Decimal5164870.410.2600.66218.3326.0927.06
Hex334057291A042da1a1b
Octal63100127513201023323233
Binary110011100000010101111010011101001000010110110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334057; }

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

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

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

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

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

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

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

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