Html Css Color HEX #323C46 Baltic Sea

📋 copy color: '#323C46'

red 50 ◦ green 60 ◦ blue 70

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

Shades of Baltic Sea #323C46

Tints of Baltic Sea #323C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.89%

R = 27.78%
G = 33.33%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#323C46 (or 0x323C46) is known color: Baltic Sea. HEX triplet: 32, 3C and 46. RGB value is (50,60,70). Sum of RGB (Red+Green+Blue) = 50+60+70=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #323C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C46 is #CDC3B9. Grayscale: #3A3A3A. Windows color (decimal): -13484986 or 4602930. OLE color: 4602930.

HSL color Cylindrical-coordinate representation of color #323C46: hue angle of 210º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323C46 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 60 70 -
CMYK 0.29 0.14 0 0.73
HSL 210º 0.17% 0.24% -
HSV(B) 210º 0.29% 0.27% -
XYZ 4.04 4.35 6.42 -
YUV 58.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 50 60 70 0.29 0.14 0 0.73 210 0.17 0.24
Hex 32 3C 46 1D E 0 49 D2 11 18
Octal 62 74 106 35 16 0 111 322 21 30
Binary 110010 111100 1000110 11101 1110 0 1001001 11010010 10001 11000

Color Harmonies of #323C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C46

Black with #323C46

Text Example


Text Example

White with #323C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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