#354150

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

Shades of Cloud Burst #354150

Tints of Cloud Burst #354150

Color information

#354150 (or 0x354150) is unknown color: approx Cloud Burst. HEX triplet: 35, 41 and 50. RGB value is (53,65,80). Sum of RGB (Red+Green+Blue) = 53+65+80=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #354150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354150 is #CABEAF. Grayscale: #3F3F3F. Windows color (decimal): -13287088 or 5259573. OLE color: 5259573.

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

Color convert

RGB536580-
CMYK0.340.1900.69
HSL213.33º20.3%26.08%-
HSV(B)213.33º33.75%31.37%-
XYZ4.815.128.32-
YUV63.12137.52120.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=26.77%
G=32.83%
B=40.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5365800.340.1900.69213.3320.326.08
Hex3541502213045d5141a
Octal65101120422301053252432
Binary110101100000110100001000101001101000101110101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354150; }

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

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

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

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

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

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

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

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