Html Css Color HEX #386659 Stromboli

📋 copy color: '#386659'

red 56 ◦ green 102 ◦ blue 89

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

Shades of Stromboli #386659

Tints of Stromboli #386659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.3%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 22.67%
G = 41.3%
B = 36.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#386659 (or 0x386659) is known color: Stromboli. HEX triplet: 38, 66 and 59. RGB value is (56,102,89). Sum of RGB (Red+Green+Blue) = 56+102+89=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #386659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386659 is #C799A6. Grayscale: #565656. Windows color (decimal): -13080999 or 5858872. OLE color: 5858872.

HSL color Cylindrical-coordinate representation of color #386659: hue angle of 163.04º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386659 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 89 -
CMYK 0.45 0 0.13 0.6
HSL 163.04º 0.29% 0.31% -
HSV(B) 163.04º 0.45% 0.4% -
XYZ 8.19 11.06 11.16 -
YUV 86.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 56 102 89 0.45 0 0.13 0.6 163.04 0.29 0.31
Hex 38 66 59 2D 0 D 3C A3 1D 1F
Octal 70 146 131 55 0 15 74 243 35 37
Binary 111000 1100110 1011001 101101 0 1101 111100 10100011 11101 11111

Color Harmonies of #386659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386659

Black with #386659

Text Example


Text Example

White with #386659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386659; }

 p { color: rgb(56,102,89); }

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

background-color css

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

 a { background-color: rgb(56,102,89); }

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

border-color css

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

 span { border-color: rgb(56,102,89); }

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