#32373C

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

Shades of Baltic Sea #32373C

Tints of Baltic Sea #32373C

Color information

#32373C (or 0x32373C) is unknown color: approx Baltic Sea. HEX triplet: 32, 37 and 3C. RGB value is (50,55,60). Sum of RGB (Red+Green+Blue) = 50+55+60=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 60 - color contains mainly: blue. Hex color #32373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32373C is #CDC8C3. Grayscale: #363636. Windows color (decimal): -13486276 or 3946290. OLE color: 3946290.

HSL color Cylindrical-coordinate representation of color #32373C: hue angle of 210º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #32373C is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB505560-
CMYK0.170.0800.76
HSL210º9.09%21.57%-
HSV(B)210º16.67%23.53%-
XYZ3.53.744.81-
YUV54.08131.34125.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=30.30%
G=33.33%
B=36.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5055600.170.0800.762109.0921.57
Hex32373C11804Cd2916
Octal626774211001143221126
Binary1100101101111111001000110000100110011010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32373C; }

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

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

<style>
 a { background-color: #32373C; }

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

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

<style>
 span { border-color: #32373C; }

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

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