#323C47

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

Shades of Baltic Sea #323C47

Tints of Baltic Sea #323C47

Color information

#323C47 (or 0x323C47) is unknown color: approx Baltic Sea. HEX triplet: 32, 3C and 47. RGB value is (50,60,71). Sum of RGB (Red+Green+Blue) = 50+60+71=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #323C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C47 is #CDC3B8. Grayscale: #3A3A3A. Windows color (decimal): -13484985 or 4668466. OLE color: 4668466.

HSL color Cylindrical-coordinate representation of color #323C47: hue angle of 211.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323C47 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506071-
CMYK0.300.1500.72
HSL211.43º17.36%23.73%-
HSV(B)211.43º29.58%27.84%-
XYZ4.074.366.59-
YUV58.26135.19122.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=27.62%
G=33.15%
B=39.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5060710.300.1500.72211.4317.3623.73
Hex323C471EF048d31118
Octal6274107361701103232130
Binary110010111100100011111110111101001000110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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