#353E50

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

Shades of Cloud Burst #353E50

Tints of Cloud Burst #353E50

Color information

#353E50 (or 0x353E50) is unknown color: approx Cloud Burst. HEX triplet: 35, 3E and 50. RGB value is (53,62,80). Sum of RGB (Red+Green+Blue) = 53+62+80=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #353E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E50 is #CAC1AF. Grayscale: #3D3D3D. Windows color (decimal): -13287856 or 5258805. OLE color: 5258805.

HSL color Cylindrical-coordinate representation of color #353E50: hue angle of 220º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353E50 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB536280-
CMYK0.340.2200.69
HSL220º20.3%26.08%-
HSV(B)220º33.75%31.37%-
XYZ4.644.788.27-
YUV61.36138.52122.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=27.18%
G=31.79%
B=41.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5362800.340.2200.6922020.326.08
Hex353E502216045dc141a
Octal6576120422601053342432
Binary11010111111010100001000101011001000101110111001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353E50; }

 p { color: rgb(53,62,80); }

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

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

 a { background-color: rgb(53,62,80); }

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

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

 span { border-color: rgb(53,62,80); }

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