Html Css Color HEX #386758 Stromboli

📋 copy color: '#386758'

red 56 ◦ green 103 ◦ blue 88

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

Shades of Stromboli #386758

Tints of Stromboli #386758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.7%

 BLUE value IS 88 (34.77% from 255) = 35.63%

R = 22.67%
G = 41.7%
B = 35.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#386758 (or 0x386758) is known color: Stromboli. HEX triplet: 38, 67 and 58. RGB value is (56,103,88). Sum of RGB (Red+Green+Blue) = 56+103+88=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #386758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386758 is #C798A7. Grayscale: #575757. Windows color (decimal): -13080744 or 5793592. OLE color: 5793592.

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

Color convert

RGB 56 103 88 -
CMYK 0.46 0 0.15 0.60
HSL 160.85º 0.3% 0.31% -
HSV(B) 160.85º 0.46% 0.4% -
XYZ 8.24 11.25 10.97 -
YUV 87.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 56 103 88 0.46 0 0.15 0.60 160.85 0.3 0.31
Hex 38 67 58 2E 0 F 3C A1 1E 1F
Octal 70 147 130 56 0 17 74 241 36 37
Binary 111000 1100111 1011000 101110 0 1111 111100 10100001 11110 11111

Color Harmonies of #386758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386758

Black with #386758

Text Example


Text Example

White with #386758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386758; }

 p { color: rgb(56,103,88); }

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

background-color css

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

 a { background-color: rgb(56,103,88); }

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

border-color css

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

 span { border-color: rgb(56,103,88); }

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