#334058

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

Shades of Biscay #334058

Tints of Biscay #334058

Color information

#334058 (or 0x334058) is unknown color: approx Biscay. HEX triplet: 33, 40 and 58. RGB value is (51,64,88). Sum of RGB (Red+Green+Blue) = 51+64+88=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #334058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334058 is #CCBFA7. Grayscale: #3E3E3E. Windows color (decimal): -13418408 or 5783603. OLE color: 5783603.

HSL color Cylindrical-coordinate representation of color #334058: hue angle of 218.92º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334058 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB516488-
CMYK0.420.2700.65
HSL218.92º26.62%27.25%-
HSV(B)218.92º42.05%34.51%-
XYZ4.965.089.95-
YUV62.85142.19119.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=25.12%
G=31.53%
B=43.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5164880.420.2700.65218.9226.6227.25
Hex3340582A1B041db1b1b
Octal63100130523301013333333
Binary110011100000010110001010101101101000001110110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334058; }

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

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

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

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

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

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

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

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