#323A52

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

Shades of Cloud Burst #323A52

Tints of Cloud Burst #323A52

Color information

#323A52 (or 0x323A52) is unknown color: approx Cloud Burst. HEX triplet: 32, 3A and 52. RGB value is (50,58,82). Sum of RGB (Red+Green+Blue) = 50+58+82=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #323A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A52 is #CDC5AD. Grayscale: #3A3A3A. Windows color (decimal): -13485486 or 5388850. OLE color: 5388850.

HSL color Cylindrical-coordinate representation of color #323A52: hue angle of 225º 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 #323A52 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB505882-
CMYK0.390.2900.68
HSL225º24.24%25.88%-
HSV(B)225º39.02%32.16%-
XYZ4.354.318.59-
YUV58.34141.35122.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=26.32%
G=30.53%
B=43.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5058820.390.2900.6822524.2425.88
Hex323A52271D044e1181a
Octal6272122473501043413032
Binary11001011101010100101001111110101000100111000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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