Html Css Color HEX #3C615A Stromboli

📋 copy color: '#3C615A'

red 60 ◦ green 97 ◦ blue 90

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

Shades of Stromboli #3C615A

Tints of Stromboli #3C615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.27%

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

R = 24.29%
G = 39.27%
B = 36.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#3C615A (or 0x3C615A) is known color: Stromboli. HEX triplet: 3C, 61 and 5A. RGB value is (60,97,90). Sum of RGB (Red+Green+Blue) = 60+97+90=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #3C615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C615A is #C39EA5. Grayscale: #555555. Windows color (decimal): -12820134 or 5923132. OLE color: 5923132.

HSL color Cylindrical-coordinate representation of color #3C615A: hue angle of 168.65º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C615A is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 97 90 -
CMYK 0.38 0 0.07 0.62
HSL 168.65º 0.24% 0.31% -
HSV(B) 168.65º 0.38% 0.38% -
XYZ 7.98 10.25 11.23 -
YUV 85.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 60 97 90 0.38 0 0.07 0.62 168.65 0.24 0.31
Hex 3C 61 5A 26 0 7 3E A9 18 1F
Octal 74 141 132 46 0 7 76 251 30 37
Binary 111100 1100001 1011010 100110 0 111 111110 10101001 11000 11111

Color Harmonies of #3C615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C615A

Black with #3C615A

Text Example


Text Example

White with #3C615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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