#323C45

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

Shades of Baltic Sea #323C45

Tints of Baltic Sea #323C45

Color information

#323C45 (or 0x323C45) is unknown color: approx Baltic Sea. HEX triplet: 32, 3C and 45. RGB value is (50,60,69). Sum of RGB (Red+Green+Blue) = 50+60+69=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #323C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C45 is #CDC3BA. Grayscale: #393939. Windows color (decimal): -13484987 or 4537394. OLE color: 4537394.

HSL color Cylindrical-coordinate representation of color #323C45: hue angle of 208.42º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323C45 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506069-
CMYK0.280.1300.73
HSL208.42º15.97%23.33%-
HSV(B)208.42º27.54%27.06%-
XYZ4.014.346.26-
YUV58.04134.19122.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=27.93%
G=33.52%
B=38.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5060690.280.1300.73208.4215.9723.33
Hex323C451CD049d01017
Octal6274105341501113202027
Binary110010111100100010111100110101001001110100001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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