#354050

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

Shades of Cloud Burst #354050

Tints of Cloud Burst #354050

Color information

#354050 (or 0x354050) is unknown color: approx Cloud Burst. HEX triplet: 35, 40 and 50. RGB value is (53,64,80). Sum of RGB (Red+Green+Blue) = 53+64+80=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #354050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354050 is #CABFAF. Grayscale: #3E3E3E. Windows color (decimal): -13287344 or 5259317. OLE color: 5259317.

HSL color Cylindrical-coordinate representation of color #354050: hue angle of 215.56º 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 #354050 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB536480-
CMYK0.340.2000.69
HSL215.56º20.3%26.08%-
HSV(B)215.56º33.75%31.37%-
XYZ4.7558.3-
YUV62.54137.86121.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=26.90%
G=32.49%
B=40.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5364800.340.2000.69215.5620.326.08
Hex3540502214045d8141a
Octal65100120422401053302432
Binary110101100000010100001000101010001000101110110001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354050; }

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

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

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

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

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

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

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

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