#324054

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

Shades of Biscay #324054

Tints of Biscay #324054

Color information

#324054 (or 0x324054) is unknown color: approx Biscay. HEX triplet: 32, 40 and 54. RGB value is (50,64,84). Sum of RGB (Red+Green+Blue) = 50+64+84=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #324054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324054 is #CDBFAB. Grayscale: #3E3E3E. Windows color (decimal): -13483948 or 5521458. OLE color: 5521458.

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

Color convert

RGB506484-
CMYK0.400.2400.67
HSL215.29º25.37%26.27%-
HSV(B)215.29º40.48%32.94%-
XYZ4.754.989.1-
YUV62.09140.36119.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=25.25%
G=32.32%
B=42.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5064840.400.2400.67215.2925.3726.27
Hex3240542818043d7191a
Octal62100124503001033273132
Binary110010100000010101001010001100001000011110101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324054; }

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

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

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

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

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

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

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

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