Html Css Color HEX #3F695E Stromboli

📋 copy color: '#3F695E'

red 63 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #3F695E

Tints of Stromboli #3F695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.08%

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 24.05%
G = 40.08%
B = 35.88%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#3F695E (or 0x3F695E) is known color: Stromboli. HEX triplet: 3F, 69 and 5E. RGB value is (63,105,94). Sum of RGB (Red+Green+Blue) = 63+105+94=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #3F695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F695E is #C096A1. Grayscale: #5B5B5B. Windows color (decimal): -12621474 or 6187327. OLE color: 6187327.

HSL color Cylindrical-coordinate representation of color #3F695E: hue angle of 164.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F695E is Cyan = 0.4, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 105 94 -
CMYK 0.4 0 0.10 0.59
HSL 164.29º 0.25% 0.33% -
HSV(B) 164.29º 0.4% 0.41% -
XYZ 9.12 11.97 12.42 -
YUV 91.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 63 105 94 0.4 0 0.10 0.59 164.29 0.25 0.33
Hex 3F 69 5E 28 0 A 3B A4 19 21
Octal 77 151 136 50 0 12 73 244 31 41
Binary 111111 1101001 1011110 101000 0 1010 111011 10100100 11001 100001

Color Harmonies of #3F695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F695E

Black with #3F695E

Text Example


Text Example

White with #3F695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,105,94); }

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

background-color css

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

 a { background-color: rgb(63,105,94); }

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

border-color css

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

 span { border-color: rgb(63,105,94); }

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