Html Css Color HEX #323F50 Biscay

📋 copy color: '#323F50'

red 50 ◦ green 63 ◦ blue 80

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

Shades of Biscay #323F50

Tints of Biscay #323F50

RGB

 RED value IS 50 (19.92% from 255) = 25.91%

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 80 (31.64% from 255) = 41.45%

R = 25.91%
G = 32.64%
B = 41.45%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#323F50 (or 0x323F50) is known color: Biscay. HEX triplet: 32, 3F and 50. RGB value is (50,63,80). Sum of RGB (Red+Green+Blue) = 50+63+80=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #323F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F50 is #CDC0AF. Grayscale: #3C3C3C. Windows color (decimal): -13484208 or 5259058. OLE color: 5259058.

HSL color Cylindrical-coordinate representation of color #323F50: hue angle of 214º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323F50 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 63 80 -
CMYK 0.37 0.21 0 0.69
HSL 214º 0.23% 0.25% -
HSV(B) 214º 0.38% 0.31% -
XYZ 4.54 4.81 8.28 -
YUV 61.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 50 63 80 0.37 0.21 0 0.69 214 0.23 0.25
Hex 32 3F 50 25 15 0 45 D6 17 19
Octal 62 77 120 45 25 0 105 326 27 31
Binary 110010 111111 1010000 100101 10101 0 1000101 11010110 10111 11001

Color Harmonies of #323F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F50

Black with #323F50

Text Example


Text Example

White with #323F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323F50; }

 p { color: rgb(50,63,80); }

 H1.HeaderClassName
 {
   color: #323F50;
 }
 .AnyTagClassName
 {
   color: #323F50;
 }
</style>

background-color css

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

 a { background-color: rgb(50,63,80); }

 div.DivClassName
 {
   background-color: #323F50;
 }
 .BgClassName
 {
   background-color: #323F50;
 }
</style>

border-color css

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

 span { border-color: rgb(50,63,80); }

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