Html Css Color HEX #324054 Biscay

📋 copy color: '#324054'

red 50 ◦ green 64 ◦ blue 84

#324054
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biscay #324054

Tints of Biscay #324054

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.2% from 255) = 42.42%

R = 25.25%
G = 32.32%
B = 42.42%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324054 (or 0x324054) is known color: 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

RGB 50 64 84 -
CMYK 0.40 0.24 0 0.67
HSL 215.29º 0.25% 0.26% -
HSV(B) 215.29º 0.4% 0.33% -
XYZ 4.75 4.98 9.1 -
YUV 62.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 50 64 84 0.40 0.24 0 0.67 215.29 0.25 0.26
Hex 32 40 54 28 18 0 43 D7 19 1A
Octal 62 100 124 50 30 0 103 327 31 32
Binary 110010 1000000 1010100 101000 11000 0 1000011 11010111 11001 11010

Color Harmonies of #324054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324054

Black with #324054

Text Example


Text Example

White with #324054

Text Example


Text Example

HTML Codes & Css Web 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>