#356458

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

Shades of Stromboli #356458

Tints of Stromboli #356458

Color information

#356458 (or 0x356458) is unknown color: approx Stromboli. HEX triplet: 35, 64 and 58. RGB value is (53,100,88). Sum of RGB (Red+Green+Blue) = 53+100+88=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #356458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356458 is #CA9BA7. Grayscale: #545454. Windows color (decimal): -13278120 or 5792821. OLE color: 5792821.

HSL color Cylindrical-coordinate representation of color #356458: hue angle of 164.68º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #356458 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB5310088-
CMYK0.4700.120.61
HSL164.68º30.72%30%-
HSV(B)164.68º47%39.22%-
XYZ7.7910.5810.86-
YUV84.58129.93105.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=21.99%
G=41.49%
B=36.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100880.4700.120.61164.6830.7230
Hex3564582F0C3Da51f1e
Octal6514413057014752453736
Binary1101011100100101100010111101100111101101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356458; }

 p { color: rgb(53,100,88); }

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

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

 a { background-color: rgb(53,100,88); }

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

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

 span { border-color: rgb(53,100,88); }

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