Html Css Color HEX #324058 Biscay

📋 copy color: '#324058'

red 50 ◦ green 64 ◦ blue 88

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

Shades of Biscay #324058

Tints of Biscay #324058

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 value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 50 64 88 -
CMYK 0.43 0.27 0 0.65
HSL 217.89º 0.28% 0.27% -
HSV(B) 217.89º 0.43% 0.35% -
XYZ 4.91 5.05 9.95 -
YUV 62.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 50 64 88 0.43 0.27 0 0.65 217.89 0.28 0.27
Hex 32 40 58 2B 1B 0 41 DA 1C 1B
Octal 62 100 130 53 33 0 101 332 34 33
Binary 110010 1000000 1011000 101011 11011 0 1000001 11011010 11100 11011

Color Harmonies of #324058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324058

Black with #324058

Text Example


Text Example

White with #324058

Text Example


Text Example

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