Html Css Color HEX #323C45 Baltic Sea

📋 copy color: '#323C45'

red 50 ◦ green 60 ◦ blue 69

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

Shades of Baltic Sea #323C45

Tints of Baltic Sea #323C45

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

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

R = 27.93%
G = 33.52%
B = 38.55%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#323C45 (or 0x323C45) is known color: Baltic Sea. HEX triplet: 32, 3C and 45. RGB value is (50,60,69). Sum of RGB (Red+Green+Blue) = 50+60+69=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #323C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C45 is #CDC3BA. Grayscale: #393939. Windows color (decimal): -13484987 or 4537394. OLE color: 4537394.

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

Color convert

RGB 50 60 69 -
CMYK 0.28 0.13 0 0.73
HSL 208.42º 0.16% 0.23% -
HSV(B) 208.42º 0.28% 0.27% -
XYZ 4.01 4.34 6.26 -
YUV 58.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 50 60 69 0.28 0.13 0 0.73 208.42 0.16 0.23
Hex 32 3C 45 1C D 0 49 D0 10 17
Octal 62 74 105 34 15 0 111 320 20 27
Binary 110010 111100 1000101 11100 1101 0 1001001 11010000 10000 10111

Color Harmonies of #323C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C45

Black with #323C45

Text Example


Text Example

White with #323C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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