Html Css Color HEX #323A43 Baltic Sea

📋 copy color: '#323A43'

red 50 ◦ green 58 ◦ blue 67

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

Shades of Baltic Sea #323A43

Tints of Baltic Sea #323A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.29%

R = 28.57%
G = 33.14%
B = 38.29%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#323A43 (or 0x323A43) is known color: Baltic Sea. HEX triplet: 32, 3A and 43. RGB value is (50,58,67). Sum of RGB (Red+Green+Blue) = 50+58+67=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: blue. Hex color #323A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A43 is #CDC5BC. Grayscale: #383838. Windows color (decimal): -13485501 or 4405810. OLE color: 4405810.

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

Color convert

RGB 50 58 67 -
CMYK 0.25 0.13 0 0.74
HSL 211.76º 0.15% 0.23% -
HSV(B) 211.76º 0.25% 0.26% -
XYZ 3.84 4.11 5.9 -
YUV 56.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 50 58 67 0.25 0.13 0 0.74 211.76 0.15 0.23
Hex 32 3A 43 19 D 0 4A D4 F 17
Octal 62 72 103 31 15 0 112 324 17 27
Binary 110010 111010 1000011 11001 1101 0 1001010 11010100 1111 10111

Color Harmonies of #323A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A43

Black with #323A43

Text Example


Text Example

White with #323A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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