#324058

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

Shades of Biscay #324058

Tints of Biscay #324058

Color information

#324058 (or 0x324058) is unknown color: approx Biscay. HEX triplet: 32, 40 and 58. RGB value is (50,64,88). Sum of RGB (Red+Green+Blue) = 50+64+88=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #324058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324058 is #CDBFA7. Grayscale: #3E3E3E. Windows color (decimal): -13483944 or 5783602. OLE color: 5783602.

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

Color convert

RGB506488-
CMYK0.430.2700.65
HSL217.89º27.54%27.06%-
HSV(B)217.89º43.18%34.51%-
XYZ4.915.059.95-
YUV62.55142.36119.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=24.75%
G=31.68%
B=43.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5064880.430.2700.65217.8927.5427.06
Hex3240582B1B041da1c1b
Octal62100130533301013323433
Binary110010100000010110001010111101101000001110110101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324058; }

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

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

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

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

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

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

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

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