#323B60

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

Shades of Bay Of Many #323B60

Tints of Bay Of Many #323B60

Color information

#323B60 (or 0x323B60) is unknown color: approx Bay Of Many. HEX triplet: 32, 3B and 60. RGB value is (50,59,96). Sum of RGB (Red+Green+Blue) = 50+59+96=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #323B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B60 is #CDC49F. Grayscale: #3C3C3C. Windows color (decimal): -13485216 or 6306610. OLE color: 6306610.

HSL color Cylindrical-coordinate representation of color #323B60: hue angle of 228.26º 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 #323B60 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB505996-
CMYK0.480.3900.62
HSL228.26º31.51%28.63%-
HSV(B)228.26º47.92%37.65%-
XYZ4.994.6511.7-
YUV60.53148.02120.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=24.39%
G=28.78%
B=46.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5059960.480.3900.62228.2631.5128.63
Hex323B60302703Ee4201d
Octal627314060470763444035
Binary110010111011110000011000010011101111101110010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,96); }

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

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

 a { background-color: rgb(50,59,96); }

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

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

 span { border-color: rgb(50,59,96); }

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