#323B4C

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

Shades of Cloud Burst #323B4C

Tints of Cloud Burst #323B4C

Color information

#323B4C (or 0x323B4C) is unknown color: approx Cloud Burst. HEX triplet: 32, 3B and 4C. RGB value is (50,59,76). Sum of RGB (Red+Green+Blue) = 50+59+76=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #323B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B4C is #CDC4B3. Grayscale: #3A3A3A. Windows color (decimal): -13485236 or 4995890. OLE color: 4995890.

HSL color Cylindrical-coordinate representation of color #323B4C: hue angle of 219.23º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #323B4C is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB505976-
CMYK0.340.2200.70
HSL219.23º20.63%24.71%-
HSV(B)219.23º34.21%29.8%-
XYZ4.184.337.45-
YUV58.25138.02122.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=27.03%
G=31.89%
B=41.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5059760.340.2200.70219.2320.6324.71
Hex323B4C2216046db1519
Octal6273114422601063332531
Binary11001011101110011001000101011001000110110110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,76); }

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

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

 a { background-color: rgb(50,59,76); }

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

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

 span { border-color: rgb(50,59,76); }

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