Html Css Color HEX #3F655A Stromboli

📋 copy color: '#3F655A'

red 63 ◦ green 101 ◦ blue 90

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

Shades of Stromboli #3F655A

Tints of Stromboli #3F655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

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

R = 24.8%
G = 39.76%
B = 35.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#3F655A (or 0x3F655A) is known color: Stromboli. HEX triplet: 3F, 65 and 5A. RGB value is (63,101,90). Sum of RGB (Red+Green+Blue) = 63+101+90=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #3F655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F655A is #C09AA5. Grayscale: #585858. Windows color (decimal): -12622502 or 5924159. OLE color: 5924159.

HSL color Cylindrical-coordinate representation of color #3F655A: hue angle of 162.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F655A is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 101 90 -
CMYK 0.38 0 0.11 0.60
HSL 162.63º 0.23% 0.32% -
HSV(B) 162.63º 0.38% 0.4% -
XYZ 8.55 11.1 11.37 -
YUV 88.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 63 101 90 0.38 0 0.11 0.60 162.63 0.23 0.32
Hex 3F 65 5A 26 0 B 3C A3 17 20
Octal 77 145 132 46 0 13 74 243 27 40
Binary 111111 1100101 1011010 100110 0 1011 111100 10100011 10111 100000

Color Harmonies of #3F655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F655A

Black with #3F655A

Text Example


Text Example

White with #3F655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,101,90); }

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

background-color css

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

 a { background-color: rgb(63,101,90); }

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

border-color css

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

 span { border-color: rgb(63,101,90); }

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