Html Css Color HEX #323E57 Biscay

📋 copy color: '#323E57'

red 50 ◦ green 62 ◦ blue 87

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

Shades of Biscay #323E57

Tints of Biscay #323E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.16%

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

R = 25.13%
G = 31.16%
B = 43.72%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#323E57 (or 0x323E57) is known color: Biscay. HEX triplet: 32, 3E and 57. RGB value is (50,62,87). Sum of RGB (Red+Green+Blue) = 50+62+87=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #323E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E57 is #CDC1A8. Grayscale: #3D3D3D. Windows color (decimal): -13484457 or 5717554. OLE color: 5717554.

HSL color Cylindrical-coordinate representation of color #323E57: hue angle of 220.54º 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 #323E57 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 62 87 -
CMYK 0.43 0.29 0 0.66
HSL 220.54º 0.27% 0.27% -
HSV(B) 220.54º 0.43% 0.34% -
XYZ 4.76 4.81 9.69 -
YUV 61.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 50 62 87 0.43 0.29 0 0.66 220.54 0.27 0.27
Hex 32 3E 57 2B 1D 0 42 DD 1B 1B
Octal 62 76 127 53 35 0 102 335 33 33
Binary 110010 111110 1010111 101011 11101 0 1000010 11011101 11011 11011

Color Harmonies of #323E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E57

Black with #323E57

Text Example


Text Example

White with #323E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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