Html Css Color HEX #386857 Stromboli

📋 copy color: '#386857'

red 56 ◦ green 104 ◦ blue 87

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

Shades of Stromboli #386857

Tints of Stromboli #386857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.11%

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 22.67%
G = 42.11%
B = 35.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#386857 (or 0x386857) is known color: Stromboli. HEX triplet: 38, 68 and 57. RGB value is (56,104,87). Sum of RGB (Red+Green+Blue) = 56+104+87=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #386857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386857 is #C797A8. Grayscale: #575757. Windows color (decimal): -13080489 or 5728312. OLE color: 5728312.

HSL color Cylindrical-coordinate representation of color #386857: hue angle of 158.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386857 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 87 -
CMYK 0.46 0 0.16 0.59
HSL 158.75º 0.3% 0.31% -
HSV(B) 158.75º 0.46% 0.41% -
XYZ 8.3 11.43 10.79 -
YUV 87.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 56 104 87 0.46 0 0.16 0.59 158.75 0.3 0.31
Hex 38 68 57 2E 0 10 3B 9F 1E 1F
Octal 70 150 127 56 0 20 73 237 36 37
Binary 111000 1101000 1010111 101110 0 10000 111011 10011111 11110 11111

Color Harmonies of #386857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386857

Black with #386857

Text Example


Text Example

White with #386857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386857; }

 p { color: rgb(56,104,87); }

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

background-color css

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

 a { background-color: rgb(56,104,87); }

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

border-color css

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

 span { border-color: rgb(56,104,87); }

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