Html Css Color HEX #3C695D Stromboli

📋 copy color: '#3C695D'

red 60 ◦ green 105 ◦ blue 93

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

Shades of Stromboli #3C695D

Tints of Stromboli #3C695D

RGB

 RED value IS 60 (23.83% from 255) = 23.26%

 GREEN value IS 105 (41.41% from 255) = 40.7%

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 23.26%
G = 40.7%
B = 36.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#3C695D (or 0x3C695D) is known color: Stromboli. HEX triplet: 3C, 69 and 5D. RGB value is (60,105,93). Sum of RGB (Red+Green+Blue) = 60+105+93=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #3C695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C695D is #C396A2. Grayscale: #5A5A5A. Windows color (decimal): -12818083 or 6121788. OLE color: 6121788.

HSL color Cylindrical-coordinate representation of color #3C695D: hue angle of 164º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C695D is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 105 93 -
CMYK 0.43 0 0.11 0.59
HSL 164º 0.27% 0.32% -
HSV(B) 164º 0.43% 0.41% -
XYZ 8.89 11.85 12.18 -
YUV 90.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 60 105 93 0.43 0 0.11 0.59 164 0.27 0.32
Hex 3C 69 5D 2B 0 B 3B A4 1B 20
Octal 74 151 135 53 0 13 73 244 33 40
Binary 111100 1101001 1011101 101011 0 1011 111011 10100100 11011 100000

Color Harmonies of #3C695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C695D

Black with #3C695D

Text Example


Text Example

White with #3C695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C695D; }

 p { color: rgb(60,105,93); }

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

background-color css

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

 a { background-color: rgb(60,105,93); }

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

border-color css

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

 span { border-color: rgb(60,105,93); }

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