#353D52

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

Shades of Cloud Burst #353D52

Tints of Cloud Burst #353D52

Color information

#353D52 (or 0x353D52) is unknown color: approx Cloud Burst. HEX triplet: 35, 3D and 52. RGB value is (53,61,82). Sum of RGB (Red+Green+Blue) = 53+61+82=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #353D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D52 is #CAC2AD. Grayscale: #3C3C3C. Windows color (decimal): -13288110 or 5389621. OLE color: 5389621.

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

Color convert

RGB536182-
CMYK0.350.2600.68
HSL223.45º21.48%26.47%-
HSV(B)223.45º35.37%32.16%-
XYZ4.664.78.64-
YUV61139.85122.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 61 (24.22% from 255) = 31.12%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=27.04%
G=31.12%
B=41.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5361820.350.2600.68223.4521.4826.47
Hex353D52231A044df151a
Octal6575122433201043372532
Binary11010111110110100101000111101001000100110111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,61,82); }

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

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

 a { background-color: rgb(53,61,82); }

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

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

 span { border-color: rgb(53,61,82); }

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