#323C48

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

Shades of Cloud Burst #323C48

Tints of Cloud Burst #323C48

Color information

#323C48 (or 0x323C48) is unknown color: approx Cloud Burst. HEX triplet: 32, 3C and 48. RGB value is (50,60,72). Sum of RGB (Red+Green+Blue) = 50+60+72=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #323C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C48 is #CDC3B7. Grayscale: #3A3A3A. Windows color (decimal): -13484984 or 4734002. OLE color: 4734002.

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

Color convert

RGB506072-
CMYK0.310.1700.72
HSL212.73º18.03%23.92%-
HSV(B)212.73º30.56%28.24%-
XYZ4.14.386.76-
YUV58.38135.69122.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=27.47%
G=32.97%
B=39.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5060720.310.1700.72212.7318.0323.92
Hex323C481F11048d51218
Octal6274110372101103252230
Binary1100101111001001000111111000101001000110101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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