#334053

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

Shades of Biscay #334053

Tints of Biscay #334053

Color information

#334053 (or 0x334053) is unknown color: approx Biscay. HEX triplet: 33, 40 and 53. RGB value is (51,64,83). Sum of RGB (Red+Green+Blue) = 51+64+83=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #334053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334053 is #CCBFAC. Grayscale: #3E3E3E. Windows color (decimal): -13418413 or 5455923. OLE color: 5455923.

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

Color convert

RGB516483-
CMYK0.390.2300.67
HSL215.62º23.88%26.27%-
HSV(B)215.62º38.55%32.55%-
XYZ4.7658.9-
YUV62.28139.69119.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=25.76%
G=32.32%
B=41.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5164830.390.2300.67215.6223.8826.27
Hex3340532717043d8181a
Octal63100123472701033303032
Binary110011100000010100111001111011101000011110110001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334053; }

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

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

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

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

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

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

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

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