Html Css Color HEX #323E6C Bay Of Many

📋 copy color: '#323E6C'

red 50 ◦ green 62 ◦ blue 108

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

Shades of Bay Of Many #323E6C

Tints of Bay Of Many #323E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.18%

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 22.73%
G = 28.18%
B = 49.09%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#323E6C (or 0x323E6C) is known color: Bay Of Many. HEX triplet: 32, 3E and 6C. RGB value is (50,62,108). Sum of RGB (Red+Green+Blue) = 50+62+108=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #323E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E6C is #CDC193. Grayscale: #3F3F3F. Windows color (decimal): -13484436 or 7093810. OLE color: 7093810.

HSL color Cylindrical-coordinate representation of color #323E6C: hue angle of 227.59º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323E6C is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 62 108 -
CMYK 0.54 0.43 0 0.58
HSL 227.59º 0.37% 0.31% -
HSV(B) 227.59º 0.54% 0.42% -
XYZ 5.74 5.21 14.89 -
YUV 63.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 50 62 108 0.54 0.43 0 0.58 227.59 0.37 0.31
Hex 32 3E 6C 36 2B 0 3A E4 25 1F
Octal 62 76 154 66 53 0 72 344 45 37
Binary 110010 111110 1101100 110110 101011 0 111010 11100100 100101 11111

Color Harmonies of #323E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E6C

Black with #323E6C

Text Example


Text Example

White with #323E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,62,108); }

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

background-color css

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

 a { background-color: rgb(50,62,108); }

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

border-color css

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

 span { border-color: rgb(50,62,108); }

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