Html Css Color HEX #3F6158 Stromboli

📋 copy color: '#3F6158'

red 63 ◦ green 97 ◦ blue 88

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

Shades of Stromboli #3F6158

Tints of Stromboli #3F6158

RGB

 RED value IS 63 (25% from 255) = 25.4%

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

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 25.4%
G = 39.11%
B = 35.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#3F6158 (or 0x3F6158) is known color: Stromboli. HEX triplet: 3F, 61 and 58. RGB value is (63,97,88). Sum of RGB (Red+Green+Blue) = 63+97+88=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6158 is #C09EA7. Grayscale: #555555. Windows color (decimal): -12623528 or 5792063. OLE color: 5792063.

HSL color Cylindrical-coordinate representation of color #3F6158: hue angle of 164.12º degrees, saturation: 0.21, 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 #3F6158 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 97 88 -
CMYK 0.35 0 0.09 0.62
HSL 164.12º 0.21% 0.31% -
HSV(B) 164.12º 0.35% 0.38% -
XYZ 8.09 10.31 10.8 -
YUV 85.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 63 97 88 0.35 0 0.09 0.62 164.12 0.21 0.31
Hex 3F 61 58 23 0 9 3E A4 15 1F
Octal 77 141 130 43 0 11 76 244 25 37
Binary 111111 1100001 1011000 100011 0 1001 111110 10100100 10101 11111

Color Harmonies of #3F6158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6158

Black with #3F6158

Text Example


Text Example

White with #3F6158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,97,88); }

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

background-color css

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

 a { background-color: rgb(63,97,88); }

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

border-color css

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

 span { border-color: rgb(63,97,88); }

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