#323952

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

Shades of Cloud Burst #323952

Tints of Cloud Burst #323952

Color information

#323952 (or 0x323952) is unknown color: approx Cloud Burst. HEX triplet: 32, 39 and 52. RGB value is (50,57,82). Sum of RGB (Red+Green+Blue) = 50+57+82=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #323952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323952 is #CDC6AD. Grayscale: #393939. Windows color (decimal): -13485742 or 5388594. OLE color: 5388594.

HSL color Cylindrical-coordinate representation of color #323952: hue angle of 226.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #323952 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB505782-
CMYK0.390.3000.68
HSL226.88º24.24%25.88%-
HSV(B)226.88º39.02%32.16%-
XYZ4.34.218.57-
YUV57.76141.68122.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=26.46%
G=30.16%
B=43.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5057820.390.3000.68226.8824.2425.88
Hex323952271E044e3181a
Octal6271122473601043433032
Binary11001011100110100101001111111001000100111000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323952; }

 p { color: rgb(50,57,82); }

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

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

 a { background-color: rgb(50,57,82); }

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

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

 span { border-color: rgb(50,57,82); }

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