Html Css Color HEX #323A41 Baltic Sea

📋 copy color: '#323A41'

red 50 ◦ green 58 ◦ blue 65

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

Shades of Baltic Sea #323A41

Tints of Baltic Sea #323A41

RGB

 RED value IS 50 (19.92% from 255) = 28.9%

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 28.9%
G = 33.53%
B = 37.57%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323A41 (or 0x323A41) is known color: Baltic Sea. HEX triplet: 32, 3A and 41. RGB value is (50,58,65). Sum of RGB (Red+Green+Blue) = 50+58+65=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #323A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A41 is #CDC5BE. Grayscale: #383838. Windows color (decimal): -13485503 or 4274738. OLE color: 4274738.

HSL color Cylindrical-coordinate representation of color #323A41: hue angle of 208º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #323A41 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 58 65 -
CMYK 0.23 0.11 0 0.75
HSL 208º 0.13% 0.23% -
HSV(B) 208º 0.23% 0.25% -
XYZ 3.78 4.09 5.59 -
YUV 56.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 50 58 65 0.23 0.11 0 0.75 208 0.13 0.23
Hex 32 3A 41 17 B 0 4B D0 D 17
Octal 62 72 101 27 13 0 113 320 15 27
Binary 110010 111010 1000001 10111 1011 0 1001011 11010000 1101 10111

Color Harmonies of #323A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A41

Black with #323A41

Text Example


Text Example

White with #323A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,58,65); }

 H1.HeaderClassName
 {
   color: #323A41;
 }
 .AnyTagClassName
 {
   color: #323A41;
 }
</style>

background-color css

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

 a { background-color: rgb(50,58,65); }

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

border-color css

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

 span { border-color: rgb(50,58,65); }

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