#343950

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

Shades of Cloud Burst #343950

Tints of Cloud Burst #343950

Color information

#343950 (or 0x343950) is unknown color: approx Cloud Burst. HEX triplet: 34, 39 and 50. RGB value is (52,57,80). Sum of RGB (Red+Green+Blue) = 52+57+80=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #343950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343950 is #CBC6AF. Grayscale: #3A3A3A. Windows color (decimal): -13354672 or 5257524. OLE color: 5257524.

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

Color convert

RGB525780-
CMYK0.350.2900.69
HSL229.29º21.21%25.88%-
HSV(B)229.29º35%31.37%-
XYZ4.334.248.18-
YUV58.13140.34123.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=27.51%
G=30.16%
B=42.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5257800.350.2900.69229.2921.2125.88
Hex343950231D045e5151a
Octal6471120433501053452532
Binary11010011100110100001000111110101000101111001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343950; }

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

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

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

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

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

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

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

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