Html Css Color HEX #313950 Cloud Burst

📋 copy color: '#313950'

red 49 ◦ green 57 ◦ blue 80

#313950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #313950

Tints of Cloud Burst #313950

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 value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313950 (or 0x313950) is known color: 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

RGB 49 57 80 -
CMYK 0.39 0.29 0 0.69
HSL 224.52º 0.24% 0.25% -
HSV(B) 224.52º 0.39% 0.31% -
XYZ 4.18 4.16 8.17 -
YUV 57.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 49 57 80 0.39 0.29 0 0.69 224.52 0.24 0.25
Hex 31 39 50 27 1D 0 45 E1 18 19
Octal 61 71 120 47 35 0 105 341 30 31
Binary 110001 111001 1010000 100111 11101 0 1000101 11100001 11000 11001

Color Harmonies of #313950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313950

Black with #313950

Text Example


Text Example

White with #313950

Text Example


Text Example

HTML Codes & Css Web 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>