#323C46

Color #323C46 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #323C46

Tints of Baltic Sea #323C46

Color information

#323C46 (or 0x323C46) is unknown color: approx Baltic Sea. HEX triplet: 32, 3C and 46. RGB value is (50,60,70). Sum of RGB (Red+Green+Blue) = 50+60+70=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #323C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C46 is #CDC3B9. Grayscale: #3A3A3A. Windows color (decimal): -13484986 or 4602930. OLE color: 4602930.

HSL color Cylindrical-coordinate representation of color #323C46: hue angle of 210º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323C46 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506070-
CMYK0.290.1400.73
HSL210º16.67%23.53%-
HSV(B)210º28.57%27.45%-
XYZ4.044.356.42-
YUV58.15134.69122.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=27.78%
G=33.33%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5060700.290.1400.7321016.6723.53
Hex323C461DE049d21118
Octal6274106351601113222130
Binary110010111100100011011101111001001001110100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,60,70); }

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

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

 a { background-color: rgb(50,60,70); }

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

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

 span { border-color: rgb(50,60,70); }

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