#353C46

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

Shades of Cloud Burst #353C46

Tints of Cloud Burst #353C46

Color information

#353C46 (or 0x353C46) is unknown color: approx Cloud Burst. HEX triplet: 35, 3C and 46. RGB value is (53,60,70). Sum of RGB (Red+Green+Blue) = 53+60+70=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #353C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C46 is #CAC3B9. Grayscale: #3B3B3B. Windows color (decimal): -13288378 or 4602933. OLE color: 4602933.

HSL color Cylindrical-coordinate representation of color #353C46: hue angle of 215.29º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353C46 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB536070-
CMYK0.240.1400.73
HSL215.29º13.82%24.12%-
HSV(B)215.29º24.29%27.45%-
XYZ4.194.436.43-
YUV59.05134.18123.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=28.96%
G=32.79%
B=38.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5360700.240.1400.73215.2913.8224.12
Hex353C4618E049d7e18
Octal6574106301601113271630
Binary11010111110010001101100011100100100111010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,70); }

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

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

 a { background-color: rgb(53,60,70); }

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

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

 span { border-color: rgb(53,60,70); }

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