Html Css Color HEX #366A5D Stromboli

📋 copy color: '#366A5D'

red 54 ◦ green 106 ◦ blue 93

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

Shades of Stromboli #366A5D

Tints of Stromboli #366A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 21.34%
G = 41.9%
B = 36.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#366A5D (or 0x366A5D) is known color: Stromboli. HEX triplet: 36, 6A and 5D. RGB value is (54,106,93). Sum of RGB (Red+Green+Blue) = 54+106+93=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #366A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A5D is #C995A2. Grayscale: #585858. Windows color (decimal): -13211043 or 6122038. OLE color: 6122038.

HSL color Cylindrical-coordinate representation of color #366A5D: hue angle of 165º 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 #366A5D is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 106 93 -
CMYK 0.49 0 0.12 0.58
HSL 165º 0.33% 0.31% -
HSV(B) 165º 0.49% 0.42% -
XYZ 8.65 11.88 12.19 -
YUV 88.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 54 106 93 0.49 0 0.12 0.58 165 0.33 0.31
Hex 36 6A 5D 31 0 C 3A A5 20 1F
Octal 66 152 135 61 0 14 72 245 40 37
Binary 110110 1101010 1011101 110001 0 1100 111010 10100101 100000 11111

Color Harmonies of #366A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A5D

Black with #366A5D

Text Example


Text Example

White with #366A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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