Html Css Color HEX #386558 Stromboli

📋 copy color: '#386558'

red 56 ◦ green 101 ◦ blue 88

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

Shades of Stromboli #386558

Tints of Stromboli #386558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

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

R = 22.86%
G = 41.22%
B = 35.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#386558 (or 0x386558) is known color: Stromboli. HEX triplet: 38, 65 and 58. RGB value is (56,101,88). Sum of RGB (Red+Green+Blue) = 56+101+88=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #386558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386558 is #C79AA7. Grayscale: #565656. Windows color (decimal): -13081256 or 5793080. OLE color: 5793080.

HSL color Cylindrical-coordinate representation of color #386558: hue angle of 162.67º 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 #386558 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 88 -
CMYK 0.45 0 0.13 0.60
HSL 162.67º 0.29% 0.31% -
HSV(B) 162.67º 0.45% 0.4% -
XYZ 8.05 10.85 10.9 -
YUV 86.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 56 101 88 0.45 0 0.13 0.60 162.67 0.29 0.31
Hex 38 65 58 2D 0 D 3C A3 1D 1F
Octal 70 145 130 55 0 15 74 243 35 37
Binary 111000 1100101 1011000 101101 0 1101 111100 10100011 11101 11111

Color Harmonies of #386558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386558

Black with #386558

Text Example


Text Example

White with #386558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386558; }

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

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

background-color css

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

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

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

border-color css

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

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

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