#354256

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

Shades of Cloud Burst #354256

Tints of Cloud Burst #354256

Color information

#354256 (or 0x354256) is unknown color: approx Cloud Burst. HEX triplet: 35, 42 and 56. RGB value is (53,66,86). Sum of RGB (Red+Green+Blue) = 53+66+86=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #354256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354256 is #CABDA9. Grayscale: #404040. Windows color (decimal): -13286826 or 5653045. OLE color: 5653045.

HSL color Cylindrical-coordinate representation of color #354256: hue angle of 216.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354256 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB536686-
CMYK0.380.2300.66
HSL216.36º23.74%27.25%-
HSV(B)216.36º38.37%33.73%-
XYZ5.15.339.56-
YUV64.39140.19119.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=25.85%
G=32.20%
B=41.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5366860.380.2300.66216.3623.7427.25
Hex3542562617042d8181b
Octal65102126462701023303033
Binary110101100001010101101001101011101000010110110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354256; }

 p { color: rgb(53,66,86); }

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

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

 a { background-color: rgb(53,66,86); }

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

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

 span { border-color: rgb(53,66,86); }

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