#323D61

Color #323D61 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #323D61

Tints of Bay Of Many #323D61

Color information

#323D61 (or 0x323D61) is unknown color: approx Bay Of Many. HEX triplet: 32, 3D and 61. RGB value is (50,61,97). Sum of RGB (Red+Green+Blue) = 50+61+97=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #323D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D61 is #CDC29E. Grayscale: #3D3D3D. Windows color (decimal): -13484703 or 6372658. OLE color: 6372658.

HSL color Cylindrical-coordinate representation of color #323D61: hue angle of 225.96º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323D61 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB506197-
CMYK0.480.3700.62
HSL225.96º31.97%28.82%-
HSV(B)225.96º48.45%38.04%-
XYZ5.144.8811.98-
YUV61.81147.86119.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=24.04%
G=29.33%
B=46.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5061970.480.3700.62225.9631.9728.82
Hex323D61302503Ee2201d
Octal627514160450763424035
Binary110010111101110000111000010010101111101110001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,61,97); }

 H1.HeaderClassName
 {
   color: #323D61;
 }
 .AnyTagClassName
 {
   color: #323D61;
 }
</style>
background-color css

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

 a { background-color: rgb(50,61,97); }

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

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

 span { border-color: rgb(50,61,97); }

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