Html Css Color HEX #3C635A Stromboli

📋 copy color: '#3C635A'

red 60 ◦ green 99 ◦ blue 90

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

Shades of Stromboli #3C635A

Tints of Stromboli #3C635A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 24.1%
G = 39.76%
B = 36.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#3C635A (or 0x3C635A) is known color: Stromboli. HEX triplet: 3C, 63 and 5A. RGB value is (60,99,90). Sum of RGB (Red+Green+Blue) = 60+99+90=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #3C635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C635A is #C39CA5. Grayscale: #565656. Windows color (decimal): -12819622 or 5923644. OLE color: 5923644.

HSL color Cylindrical-coordinate representation of color #3C635A: hue angle of 166.15º 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 #3C635A is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 99 90 -
CMYK 0.39 0 0.09 0.61
HSL 166.15º 0.25% 0.31% -
HSV(B) 166.15º 0.39% 0.39% -
XYZ 8.17 10.62 11.29 -
YUV 86.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 60 99 90 0.39 0 0.09 0.61 166.15 0.25 0.31
Hex 3C 63 5A 27 0 9 3D A6 19 1F
Octal 74 143 132 47 0 11 75 246 31 37
Binary 111100 1100011 1011010 100111 0 1001 111101 10100110 11001 11111

Color Harmonies of #3C635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C635A

Black with #3C635A

Text Example


Text Example

White with #3C635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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