Html Css Color HEX #386B5E Stromboli

📋 copy color: '#386B5E'

red 56 ◦ green 107 ◦ blue 94

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

Shades of Stromboli #386B5E

Tints of Stromboli #386B5E

RGB

 RED value IS 56 (22.27% from 255) = 21.79%

 GREEN value IS 107 (42.19% from 255) = 41.63%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 21.79%
G = 41.63%
B = 36.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#386B5E (or 0x386B5E) is known color: Stromboli. HEX triplet: 38, 6B and 5E. RGB value is (56,107,94). Sum of RGB (Red+Green+Blue) = 56+107+94=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #386B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B5E is #C794A1. Grayscale: #5A5A5A. Windows color (decimal): -13079714 or 6187832. OLE color: 6187832.

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

Color convert

RGB 56 107 94 -
CMYK 0.48 0 0.12 0.58
HSL 164.71º 0.31% 0.32% -
HSV(B) 164.71º 0.48% 0.42% -
XYZ 8.91 12.16 12.47 -
YUV 90.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 56 107 94 0.48 0 0.12 0.58 164.71 0.31 0.32
Hex 38 6B 5E 30 0 C 3A A5 1F 20
Octal 70 153 136 60 0 14 72 245 37 40
Binary 111000 1101011 1011110 110000 0 1100 111010 10100101 11111 100000

Color Harmonies of #386B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B5E

Black with #386B5E

Text Example


Text Example

White with #386B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386B5E; }

 p { color: rgb(56,107,94); }

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

background-color css

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

 a { background-color: rgb(56,107,94); }

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

border-color css

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

 span { border-color: rgb(56,107,94); }

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