Html Css Color HEX #32393F Baltic Sea

📋 copy color: '#32393F'

red 50 ◦ green 57 ◦ blue 63

#32393F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #32393F

Tints of Baltic Sea #32393F

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 value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#32393F (or 0x32393F) is known color: 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

RGB 50 57 63 -
CMYK 0.21 0.10 0 0.75
HSL 207.69º 0.12% 0.22% -
HSV(B) 207.69º 0.21% 0.25% -
XYZ 3.68 3.96 5.27 -
YUV 55.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 50 57 63 0.21 0.10 0 0.75 207.69 0.12 0.22
Hex 32 39 3F 15 A 0 4B D0 C 16
Octal 62 71 77 25 12 0 113 320 14 26
Binary 110010 111001 111111 10101 1010 0 1001011 11010000 1100 10110

Color Harmonies of #32393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32393F

Black with #32393F

Text Example


Text Example

White with #32393F

Text Example


Text Example

HTML Codes & Css Web 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>