#323B4F

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

Shades of Cloud Burst #323B4F

Tints of Cloud Burst #323B4F

Color information

#323B4F (or 0x323B4F) is unknown color: approx Cloud Burst. HEX triplet: 32, 3B and 4F. RGB value is (50,59,79). Sum of RGB (Red+Green+Blue) = 50+59+79=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #323B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B4F is #CDC4B0. Grayscale: #3A3A3A. Windows color (decimal): -13485233 or 5192498. OLE color: 5192498.

HSL color Cylindrical-coordinate representation of color #323B4F: hue angle of 221.38º 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 #323B4F is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB505979-
CMYK0.370.2500.69
HSL221.38º22.48%25.29%-
HSV(B)221.38º36.71%30.98%-
XYZ4.294.378.01-
YUV58.59139.52121.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=26.60%
G=31.38%
B=42.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5059790.370.2500.69221.3822.4825.29
Hex323B4F2519045dd1619
Octal6273117453101053352631
Binary11001011101110011111001011100101000101110111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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