Html Css Color HEX #323F57 Biscay

📋 copy color: '#323F57'

red 50 ◦ green 63 ◦ blue 87

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

Shades of Biscay #323F57

Tints of Biscay #323F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.5%

R = 25%
G = 31.5%
B = 43.5%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#323F57 (or 0x323F57) is known color: Biscay. HEX triplet: 32, 3F and 57. RGB value is (50,63,87). Sum of RGB (Red+Green+Blue) = 50+63+87=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #323F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F57 is #CDC0A8. Grayscale: #3D3D3D. Windows color (decimal): -13484201 or 5717810. OLE color: 5717810.

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

Color convert

RGB 50 63 87 -
CMYK 0.43 0.28 0 0.66
HSL 218.92º 0.27% 0.27% -
HSV(B) 218.92º 0.43% 0.34% -
XYZ 4.81 4.92 9.71 -
YUV 61.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 50 63 87 0.43 0.28 0 0.66 218.92 0.27 0.27
Hex 32 3F 57 2B 1C 0 42 DB 1B 1B
Octal 62 77 127 53 34 0 102 333 33 33
Binary 110010 111111 1010111 101011 11100 0 1000010 11011011 11011 11011

Color Harmonies of #323F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F57

Black with #323F57

Text Example


Text Example

White with #323F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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