Html Css Color HEX #323C47 Baltic Sea

📋 copy color: '#323C47'

red 50 ◦ green 60 ◦ blue 71

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

Shades of Baltic Sea #323C47

Tints of Baltic Sea #323C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 27.62%
G = 33.15%
B = 39.23%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323C47 (or 0x323C47) is known color: Baltic Sea. HEX triplet: 32, 3C and 47. RGB value is (50,60,71). Sum of RGB (Red+Green+Blue) = 50+60+71=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #323C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C47 is #CDC3B8. Grayscale: #3A3A3A. Windows color (decimal): -13484985 or 4668466. OLE color: 4668466.

HSL color Cylindrical-coordinate representation of color #323C47: hue angle of 211.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323C47 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 60 71 -
CMYK 0.30 0.15 0 0.72
HSL 211.43º 0.17% 0.24% -
HSV(B) 211.43º 0.3% 0.28% -
XYZ 4.07 4.36 6.59 -
YUV 58.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 50 60 71 0.30 0.15 0 0.72 211.43 0.17 0.24
Hex 32 3C 47 1E F 0 48 D3 11 18
Octal 62 74 107 36 17 0 110 323 21 30
Binary 110010 111100 1000111 11110 1111 0 1001000 11010011 10001 11000

Color Harmonies of #323C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C47

Black with #323C47

Text Example


Text Example

White with #323C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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