Html Css Color HEX #356858 Stromboli

📋 copy color: '#356858'

red 53 ◦ green 104 ◦ blue 88

#356858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #356858

Tints of Stromboli #356858

RGB

 RED value IS 53 (21.09% from 255) = 21.63%

 GREEN value IS 104 (41.02% from 255) = 42.45%

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 21.63%
G = 42.45%
B = 35.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#356858 (or 0x356858) is known color: Stromboli. HEX triplet: 35, 68 and 58. RGB value is (53,104,88). Sum of RGB (Red+Green+Blue) = 53+104+88=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #356858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356858 is #CA97A7. Grayscale: #565656. Windows color (decimal): -13277096 or 5793845. OLE color: 5793845.

HSL color Cylindrical-coordinate representation of color #356858: hue angle of 161.18º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356858 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 88 -
CMYK 0.49 0 0.15 0.59
HSL 161.18º 0.32% 0.31% -
HSV(B) 161.18º 0.49% 0.41% -
XYZ 8.18 11.36 10.99 -
YUV 86.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 53 104 88 0.49 0 0.15 0.59 161.18 0.32 0.31
Hex 35 68 58 31 0 F 3B A1 20 1F
Octal 65 150 130 61 0 17 73 241 40 37
Binary 110101 1101000 1011000 110001 0 1111 111011 10100001 100000 11111

Color Harmonies of #356858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356858

Black with #356858

Text Example


Text Example

White with #356858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356858; }

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

 H1.HeaderClassName
 {
   color: #356858;
 }
 .AnyTagClassName
 {
   color: #356858;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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