#354157

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

Shades of Cloud Burst #354157

Tints of Cloud Burst #354157

Color information

#354157 (or 0x354157) is unknown color: approx Cloud Burst. HEX triplet: 35, 41 and 57. RGB value is (53,65,87). Sum of RGB (Red+Green+Blue) = 53+65+87=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #354157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354157 is #CABEA8. Grayscale: #3F3F3F. Windows color (decimal): -13287081 or 5718325. OLE color: 5718325.

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

Color convert

RGB536587-
CMYK0.390.2500.66
HSL218.82º24.29%27.45%-
HSV(B)218.82º39.08%34.12%-
XYZ5.085.239.76-
YUV63.92141.02120.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=25.85%
G=31.71%
B=42.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5365870.390.2500.66218.8224.2927.45
Hex3541572719042db181b
Octal65101127473101023333033
Binary110101100000110101111001111100101000010110110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354157; }

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

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

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

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

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

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

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

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