Html Css Color HEX #386058 Stromboli

📋 copy color: '#386058'

red 56 ◦ green 96 ◦ blue 88

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

Shades of Stromboli #386058

Tints of Stromboli #386058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

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

R = 23.33%
G = 40%
B = 36.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#386058 (or 0x386058) is known color: Stromboli. HEX triplet: 38, 60 and 58. RGB value is (56,96,88). Sum of RGB (Red+Green+Blue) = 56+96+88=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #386058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386058 is #C79FA7. Grayscale: #535353. Windows color (decimal): -13082536 or 5791800. OLE color: 5791800.

HSL color Cylindrical-coordinate representation of color #386058: hue angle of 168º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386058 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 88 -
CMYK 0.42 0 0.08 0.62
HSL 168º 0.26% 0.3% -
HSV(B) 168º 0.42% 0.38% -
XYZ 7.58 9.91 10.75 -
YUV 83.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 56 96 88 0.42 0 0.08 0.62 168 0.26 0.3
Hex 38 60 58 2A 0 8 3E A8 1A 1E
Octal 70 140 130 52 0 10 76 250 32 36
Binary 111000 1100000 1011000 101010 0 1000 111110 10101000 11010 11110

Color Harmonies of #386058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386058

Black with #386058

Text Example


Text Example

White with #386058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386058; }

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

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

background-color css

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

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

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

border-color css

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

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

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