Html Css Color HEX #323B45 Baltic Sea

📋 copy color: '#323B45'

red 50 ◦ green 59 ◦ blue 69

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

Shades of Baltic Sea #323B45

Tints of Baltic Sea #323B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

 BLUE value IS 69 (27.34% from 255) = 38.76%

R = 28.09%
G = 33.15%
B = 38.76%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#323B45 (or 0x323B45) is known color: Baltic Sea. HEX triplet: 32, 3B and 45. RGB value is (50,59,69). Sum of RGB (Red+Green+Blue) = 50+59+69=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #323B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B45 is #CDC4BA. Grayscale: #393939. Windows color (decimal): -13485243 or 4537138. OLE color: 4537138.

HSL color Cylindrical-coordinate representation of color #323B45: hue angle of 211.58º 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 #323B45 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 59 69 -
CMYK 0.28 0.14 0 0.73
HSL 211.58º 0.16% 0.23% -
HSV(B) 211.58º 0.28% 0.27% -
XYZ 3.95 4.24 6.24 -
YUV 57.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 50 59 69 0.28 0.14 0 0.73 211.58 0.16 0.23
Hex 32 3B 45 1C E 0 49 D4 10 17
Octal 62 73 105 34 16 0 111 324 20 27
Binary 110010 111011 1000101 11100 1110 0 1001001 11010100 10000 10111

Color Harmonies of #323B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B45

Black with #323B45

Text Example


Text Example

White with #323B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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