#313950

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

Shades of Cloud Burst #313950

Tints of Cloud Burst #313950

Color information

#313950 (or 0x313950) is unknown color: approx Cloud Burst. HEX triplet: 31, 39 and 50. RGB value is (49,57,80). Sum of RGB (Red+Green+Blue) = 49+57+80=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #313950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313950 is #CEC6AF. Grayscale: #393939. Windows color (decimal): -13551280 or 5257521. OLE color: 5257521.

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

Color convert

RGB495780-
CMYK0.390.2900.69
HSL224.52º24.03%25.29%-
HSV(B)224.52º38.75%31.37%-
XYZ4.184.168.17-
YUV57.23140.85122.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=26.34%
G=30.65%
B=43.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4957800.390.2900.69224.5224.0325.29
Hex313950271D045e11819
Octal6171120473501053413031
Binary11000111100110100001001111110101000101111000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313950; }

 p { color: rgb(49,57,80); }

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

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

 a { background-color: rgb(49,57,80); }

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

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

 span { border-color: rgb(49,57,80); }

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