#323E4F

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

Shades of Cloud Burst #323E4F

Tints of Cloud Burst #323E4F

Color information

#323E4F (or 0x323E4F) is unknown color: approx Cloud Burst. HEX triplet: 32, 3E and 4F. RGB value is (50,62,79). Sum of RGB (Red+Green+Blue) = 50+62+79=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #323E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E4F is #CDC1B0. Grayscale: #3C3C3C. Windows color (decimal): -13484465 or 5193266. OLE color: 5193266.

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

Color convert

RGB506279-
CMYK0.370.2200.69
HSL215.17º22.48%25.29%-
HSV(B)215.17º36.71%30.98%-
XYZ4.454.698.07-
YUV60.35138.52120.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=26.18%
G=32.46%
B=41.36%

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
Decimal5062790.370.2200.69215.1722.4825.29
Hex323E4F2516045d71619
Octal6276117452601053272631
Binary11001011111010011111001011011001000101110101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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