#32393F

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

Shades of Baltic Sea #32393F

Tints of Baltic Sea #32393F

Color information

#32393F (or 0x32393F) is unknown color: approx Baltic Sea. HEX triplet: 32, 39 and 3F. RGB value is (50,57,63). Sum of RGB (Red+Green+Blue) = 50+57+63=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #32393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32393F is #CDC6C0. Grayscale: #373737. Windows color (decimal): -13485761 or 4143410. OLE color: 4143410.

HSL color Cylindrical-coordinate representation of color #32393F: hue angle of 207.69º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #32393F is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB505763-
CMYK0.210.1000.75
HSL207.69º11.5%22.16%-
HSV(B)207.69º20.63%24.71%-
XYZ3.683.965.27-
YUV55.59132.18124.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 63 (25% from 255) = 37.06%
R=29.41%
G=33.53%
B=37.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5057630.210.1000.75207.6911.522.16
Hex32393F15A04Bd0c16
Octal627177251201133201426
Binary1100101110011111111010110100100101111010000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32393F; }

 p { color: rgb(50,57,63); }

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

<style>
 a { background-color: #32393F; }

 a { background-color: rgb(50,57,63); }

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

<style>
 span { border-color: #32393F; }

 span { border-color: rgb(50,57,63); }

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