Html Css Color HEX #386A5C Stromboli

📋 copy color: '#386A5C'

red 56 ◦ green 106 ◦ blue 92

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

Shades of Stromboli #386A5C

Tints of Stromboli #386A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.73%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 22.05%
G = 41.73%
B = 36.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#386A5C (or 0x386A5C) is known color: Stromboli. HEX triplet: 38, 6A and 5C. RGB value is (56,106,92). Sum of RGB (Red+Green+Blue) = 56+106+92=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #386A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A5C is #C795A3. Grayscale: #595959. Windows color (decimal): -13079972 or 6056504. OLE color: 6056504.

HSL color Cylindrical-coordinate representation of color #386A5C: hue angle of 163.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A5C is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 92 -
CMYK 0.47 0 0.13 0.58
HSL 163.2º 0.31% 0.32% -
HSV(B) 163.2º 0.47% 0.42% -
XYZ 8.72 11.92 11.97 -
YUV 89.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 56 106 92 0.47 0 0.13 0.58 163.2 0.31 0.32
Hex 38 6A 5C 2F 0 D 3A A3 1F 20
Octal 70 152 134 57 0 15 72 243 37 40
Binary 111000 1101010 1011100 101111 0 1101 111010 10100011 11111 100000

Color Harmonies of #386A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A5C

Black with #386A5C

Text Example


Text Example

White with #386A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A5C; }

 p { color: rgb(56,106,92); }

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

background-color css

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

 a { background-color: rgb(56,106,92); }

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

border-color css

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

 span { border-color: rgb(56,106,92); }

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