Html Css Color HEX #3C625A Stromboli

📋 copy color: '#3C625A'

red 60 ◦ green 98 ◦ blue 90

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

Shades of Stromboli #3C625A

Tints of Stromboli #3C625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 24.19%
G = 39.52%
B = 36.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#3C625A (or 0x3C625A) is known color: Stromboli. HEX triplet: 3C, 62 and 5A. RGB value is (60,98,90). Sum of RGB (Red+Green+Blue) = 60+98+90=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #3C625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C625A is #C39DA5. Grayscale: #555555. Windows color (decimal): -12819878 or 5923388. OLE color: 5923388.

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

Color convert

RGB 60 98 90 -
CMYK 0.39 0 0.08 0.62
HSL 167.37º 0.24% 0.31% -
HSV(B) 167.37º 0.39% 0.38% -
XYZ 8.08 10.43 11.26 -
YUV 85.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 60 98 90 0.39 0 0.08 0.62 167.37 0.24 0.31
Hex 3C 62 5A 27 0 8 3E A7 18 1F
Octal 74 142 132 47 0 10 76 247 30 37
Binary 111100 1100010 1011010 100111 0 1000 111110 10100111 11000 11111

Color Harmonies of #3C625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C625A

Black with #3C625A

Text Example


Text Example

White with #3C625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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