Html Css Color HEX #356458 Stromboli

📋 copy color: '#356458'

red 53 ◦ green 100 ◦ blue 88

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

Shades of Stromboli #356458

Tints of Stromboli #356458

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 value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#356458 (or 0x356458) is known color: 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

RGB 53 100 88 -
CMYK 0.47 0 0.12 0.61
HSL 164.68º 0.31% 0.3% -
HSV(B) 164.68º 0.47% 0.39% -
XYZ 7.79 10.58 10.86 -
YUV 84.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 53 100 88 0.47 0 0.12 0.61 164.68 0.31 0.3
Hex 35 64 58 2F 0 C 3D A5 1F 1E
Octal 65 144 130 57 0 14 75 245 37 36
Binary 110101 1100100 1011000 101111 0 1100 111101 10100101 11111 11110

Color Harmonies of #356458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356458

Black with #356458

Text Example


Text Example

White with #356458

Text Example


Text Example

HTML Codes & Css Web 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>