#323C49

Color #323C49 Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #323C49

Tints of Cloud Burst #323C49

Color information

#323C49 (or 0x323C49) is unknown color: approx Cloud Burst. HEX triplet: 32, 3C and 49. RGB value is (50,60,73). Sum of RGB (Red+Green+Blue) = 50+60+73=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #323C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C49 is #CDC3B6. Grayscale: #3A3A3A. Windows color (decimal): -13484983 or 4799538. OLE color: 4799538.

HSL color Cylindrical-coordinate representation of color #323C49: hue angle of 213.91º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323C49 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB506073-
CMYK0.320.1800.71
HSL213.91º18.7%24.12%-
HSV(B)213.91º31.51%28.63%-
XYZ4.134.396.93-
YUV58.49136.19121.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=27.32%
G=32.79%
B=39.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5060730.320.1800.71213.9118.724.12
Hex323C492012047d61318
Octal6274111402201073262330
Binary11001011110010010011000001001001000111110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #323C49;
 }
 .AnyTagClassName
 {
   color: #323C49;
 }
</style>
background-color css

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

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

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

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

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

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