Html Css Color HEX #366A5B Stromboli

📋 copy color: '#366A5B'

red 54 ◦ green 106 ◦ blue 91

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

Shades of Stromboli #366A5B

Tints of Stromboli #366A5B

RGB

 RED value IS 54 (21.48% from 255) = 21.51%

 GREEN value IS 106 (41.8% from 255) = 42.23%

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 21.51%
G = 42.23%
B = 36.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#366A5B (or 0x366A5B) is known color: Stromboli. HEX triplet: 36, 6A and 5B. RGB value is (54,106,91). Sum of RGB (Red+Green+Blue) = 54+106+91=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #366A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A5B is #C995A4. Grayscale: #585858. Windows color (decimal): -13211045 or 5990966. OLE color: 5990966.

HSL color Cylindrical-coordinate representation of color #366A5B: hue angle of 162.69º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A5B is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 106 91 -
CMYK 0.49 0 0.14 0.58
HSL 162.69º 0.33% 0.31% -
HSV(B) 162.69º 0.49% 0.42% -
XYZ 8.56 11.85 11.73 -
YUV 88.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 54 106 91 0.49 0 0.14 0.58 162.69 0.33 0.31
Hex 36 6A 5B 31 0 E 3A A3 20 1F
Octal 66 152 133 61 0 16 72 243 40 37
Binary 110110 1101010 1011011 110001 0 1110 111010 10100011 100000 11111

Color Harmonies of #366A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A5B

Black with #366A5B

Text Example


Text Example

White with #366A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366A5B; }

 p { color: rgb(54,106,91); }

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

background-color css

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

 a { background-color: rgb(54,106,91); }

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

border-color css

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

 span { border-color: rgb(54,106,91); }

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