#353F4D

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

Shades of Cloud Burst #353F4D

Tints of Cloud Burst #353F4D

Color information

#353F4D (or 0x353F4D) is unknown color: approx Cloud Burst. HEX triplet: 35, 3F and 4D. RGB value is (53,63,77). Sum of RGB (Red+Green+Blue) = 53+63+77=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #353F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F4D is #CAC0B2. Grayscale: #3D3D3D. Windows color (decimal): -13287603 or 5062453. OLE color: 5062453.

HSL color Cylindrical-coordinate representation of color #353F4D: hue angle of 215º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #353F4D is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB536377-
CMYK0.310.1800.70
HSL215º18.46%25.49%-
HSV(B)215º31.17%30.2%-
XYZ4.594.857.72-
YUV61.61136.69121.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=27.46%
G=32.64%
B=39.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5363770.310.1800.7021518.4625.49
Hex353F4D1F12046d71219
Octal6577115372201063272231
Binary1101011111111001101111111001001000110110101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,63,77); }

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

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

 a { background-color: rgb(53,63,77); }

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

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

 span { border-color: rgb(53,63,77); }

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