#354051

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

Shades of Cloud Burst #354051

Tints of Cloud Burst #354051

Color information

#354051 (or 0x354051) is unknown color: approx Cloud Burst. HEX triplet: 35, 40 and 51. RGB value is (53,64,81). Sum of RGB (Red+Green+Blue) = 53+64+81=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #354051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354051 is #CABFAE. Grayscale: #3E3E3E. Windows color (decimal): -13287343 or 5324853. OLE color: 5324853.

HSL color Cylindrical-coordinate representation of color #354051: hue angle of 216.43º 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 #354051 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB536481-
CMYK0.350.2100.68
HSL216.43º20.9%26.27%-
HSV(B)216.43º34.57%31.76%-
XYZ4.795.028.5-
YUV62.65138.36121.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=26.77%
G=32.32%
B=40.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5364810.350.2100.68216.4320.926.27
Hex3540512315044d8151a
Octal65100121432501043302532
Binary110101100000010100011000111010101000100110110001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354051; }

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

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

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

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

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

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

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

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