Html Css Color HEX #3E605A Stromboli

📋 copy color: '#3E605A'

red 62 ◦ green 96 ◦ blue 90

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

Shades of Stromboli #3E605A

Tints of Stromboli #3E605A

RGB

 RED value IS 62 (24.61% from 255) = 25%

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 25%
G = 38.71%
B = 36.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#3E605A (or 0x3E605A) is known color: Stromboli. HEX triplet: 3E, 60 and 5A. RGB value is (62,96,90). Sum of RGB (Red+Green+Blue) = 62+96+90=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #3E605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E605A is #C19FA5. Grayscale: #555555. Windows color (decimal): -12689318 or 5922878. OLE color: 5922878.

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

Color convert

RGB 62 96 90 -
CMYK 0.35 0 0.06 0.62
HSL 169.41º 0.22% 0.31% -
HSV(B) 169.41º 0.35% 0.38% -
XYZ 8.01 10.13 11.21 -
YUV 85.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 62 96 90 0.35 0 0.06 0.62 169.41 0.22 0.31
Hex 3E 60 5A 23 0 6 3E A9 16 1F
Octal 76 140 132 43 0 6 76 251 26 37
Binary 111110 1100000 1011010 100011 0 110 111110 10101001 10110 11111

Color Harmonies of #3E605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E605A

Black with #3E605A

Text Example


Text Example

White with #3E605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,96,90); }

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

background-color css

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

 a { background-color: rgb(62,96,90); }

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

border-color css

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

 span { border-color: rgb(62,96,90); }

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