#323C50

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

Shades of Cloud Burst #323C50

Tints of Cloud Burst #323C50

Color information

#323C50 (or 0x323C50) is unknown color: approx Cloud Burst. HEX triplet: 32, 3C and 50. RGB value is (50,60,80). Sum of RGB (Red+Green+Blue) = 50+60+80=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #323C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C50 is #CDC3AF. Grayscale: #3B3B3B. Windows color (decimal): -13484976 or 5258290. OLE color: 5258290.

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

Color convert

RGB506080-
CMYK0.370.2500.69
HSL220º23.08%25.49%-
HSV(B)220º37.5%31.37%-
XYZ4.384.498.23-
YUV59.29139.69121.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=26.32%
G=31.58%
B=42.11%

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
Decimal5060800.370.2500.6922023.0825.49
Hex323C502519045dc1719
Octal6274120453101053342731
Binary11001011110010100001001011100101000101110111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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