#323E50

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

Shades of Cloud Burst #323E50

Tints of Cloud Burst #323E50

Color information

#323E50 (or 0x323E50) is unknown color: approx Cloud Burst. HEX triplet: 32, 3E and 50. RGB value is (50,62,80). Sum of RGB (Red+Green+Blue) = 50+62+80=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #323E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E50 is #CDC1AF. Grayscale: #3C3C3C. Windows color (decimal): -13484464 or 5258802. OLE color: 5258802.

HSL color Cylindrical-coordinate representation of color #323E50: hue angle of 216º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323E50 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB506280-
CMYK0.370.2200.69
HSL216º23.08%25.49%-
HSV(B)216º37.5%31.37%-
XYZ4.494.78.26-
YUV60.46139.02120.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=26.04%
G=32.29%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5062800.370.2200.6921623.0825.49
Hex323E502516045d81719
Octal6276120452601053302731
Binary11001011111010100001001011011001000101110110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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