Html Css Color HEX #3C635D Stromboli

📋 copy color: '#3C635D'

red 60 ◦ green 99 ◦ blue 93

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

Shades of Stromboli #3C635D

Tints of Stromboli #3C635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 23.81%
G = 39.29%
B = 36.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#3C635D (or 0x3C635D) is known color: Stromboli. HEX triplet: 3C, 63 and 5D. RGB value is (60,99,93). Sum of RGB (Red+Green+Blue) = 60+99+93=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #3C635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C635D is #C39CA2. Grayscale: #565656. Windows color (decimal): -12819619 or 6120252. OLE color: 6120252.

HSL color Cylindrical-coordinate representation of color #3C635D: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C635D is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 99 93 -
CMYK 0.39 0 0.06 0.61
HSL 170.77º 0.25% 0.31% -
HSV(B) 170.77º 0.39% 0.39% -
XYZ 8.3 10.67 11.98 -
YUV 86.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 60 99 93 0.39 0 0.06 0.61 170.77 0.25 0.31
Hex 3C 63 5D 27 0 6 3D AB 19 1F
Octal 74 143 135 47 0 6 75 253 31 37
Binary 111100 1100011 1011101 100111 0 110 111101 10101011 11001 11111

Color Harmonies of #3C635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C635D

Black with #3C635D

Text Example


Text Example

White with #3C635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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